spine-tools / Spine-Database-API

Database interface to Spine generic data model
https://www.tools-for-energy-system-modelling.org/
GNU Lesser General Public License v3.0
6 stars 5 forks source link

Update dependencies to a post-Dagster world #405

Closed soininen closed 1 month ago

soininen commented 1 month ago

Spine Engine doesn't use Dagster anymore, so we need not restrict spinedb_api dependencies anymore.

All spinedb_api's dependencies are now in pyproject.toml and can be installed e.g. in editable mode by

python -mpip install -e .

Developer and documentation dependencies can now be installed from a single dev-requirements.txt file:

python -mpip install -r dev-requirements.txt

Re spine-tools/Spine-Toolbox#2522

Checklist before merging

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 78.21%. Comparing base (2e5576f) to head (f84526d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #405 +/- ## ========================================== - Coverage 78.22% 78.21% -0.02% ========================================== Files 76 76 Lines 9509 9509 Branches 2016 2016 ========================================== - Hits 7438 7437 -1 - Misses 1736 1737 +1 Partials 335 335 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.