Skip to content

Commit

Permalink
Fix failing CI, again
Browse files Browse the repository at this point in the history
  • Loading branch information
dalonsoa committed Nov 15, 2023
1 parent 3952090 commit 32e8a8d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ requires-python = ">=3.9"
dependencies = [
"PyYAML",
"tqdm",
"dill"
"dill",
"pandas"
]

[project.scripts]
Expand All @@ -36,7 +37,6 @@ dev = [
]

demos = [
"pandas",
"geopandas",
"matplotlib",
"shapely"
Expand Down
14 changes: 13 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,25 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile
# pip-compile --output-file=requirements.txt
#
colorama==0.4.6
# via tqdm
dill==0.3.7
# via wsimod (pyproject.toml)
numpy==1.26.2
# via pandas
pandas==2.1.3
# via wsimod (pyproject.toml)
python-dateutil==2.8.2
# via pandas
pytz==2023.3.post1
# via pandas
pyyaml==6.0.1
# via wsimod (pyproject.toml)
six==1.16.0
# via python-dateutil
tqdm==4.66.1
# via wsimod (pyproject.toml)
tzdata==2023.3
# via pandas

0 comments on commit 32e8a8d

Please sign in to comment.