Skip to content

Commit

Permalink
add doit to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
prakaa committed Sep 17, 2024
1 parent c3a05f6 commit ba09447
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies = [
"pypsa>=0.30.0",
"isp-workbook-parser>=1.2",
"pyyaml>=6.0.2",
"doit>=0.36.0",
]
readme = "README.md"
requires-python = ">= 3.9"
Expand Down
4 changes: 4 additions & 0 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ click==8.1.7
# via uvicorn
cloudpickle==3.0.0
# via dask
# via doit
colorama==0.4.6
# via sphinx-autobuild
comm==0.2.2
Expand Down Expand Up @@ -78,6 +79,8 @@ docutils==0.21.2
# via pydata-sphinx-theme
# via sphinx
# via sphinx-togglebutton
doit==0.36.0
# via ispypsa
et-xmlfile==1.1.0
# via openpyxl
executing==2.1.0
Expand Down Expand Up @@ -106,6 +109,7 @@ idna==3.8
imagesize==1.4.1
# via sphinx
importlib-metadata==8.4.0
# via doit
# via jupyter-cache
# via myst-nb
iniconfig==2.0.0
Expand Down
7 changes: 7 additions & 0 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ click==8.1.7
# via dask
cloudpickle==3.0.0
# via dask
# via doit
contourpy==1.3.0
# via matplotlib
cycler==0.12.1
Expand All @@ -35,6 +36,8 @@ dask==2024.8.2
deprecation==2.1.0
# via linopy
# via pypsa
doit==0.36.0
# via ispypsa
et-xmlfile==1.1.0
# via openpyxl
fonttools==4.53.1
Expand All @@ -45,6 +48,8 @@ geopandas==1.0.1
# via pypsa
highspy==1.7.2
# via pypsa
importlib-metadata==8.5.0
# via doit
isp-workbook-parser==1.2.0
# via ispypsa
kiwisolver==1.4.5
Expand Down Expand Up @@ -157,3 +162,5 @@ validators==0.33.0
xarray==2024.7.0
# via linopy
# via pypsa
zipp==3.20.2
# via importlib-metadata

0 comments on commit ba09447

Please sign in to comment.