Skip to content

Commit

Permalink
Add dill requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmbland committed Nov 1, 2023
1 parent 9f7a76a commit c37fb33
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ authors = [
requires-python = ">=3.9"
dependencies = [
"PyYAML",
"tqdm"
"tqdm",
"dill"
]

[project.optional-dependencies]
Expand Down
2 changes: 2 additions & 0 deletions requirements-demos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ contourpy==1.1.1
# via matplotlib
cycler==0.12.1
# via matplotlib
dill==0.3.7
# via WSIMOD (pyproject.toml)
fiona==1.9.5
# via geopandas
fonttools==4.43.1
Expand Down
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ colorama==0.4.6
# via
# pytest
# tqdm
dill==0.3.7
# via WSIMOD (pyproject.toml)
iniconfig==2.0.0
# via pytest
packaging==23.2
Expand Down
2 changes: 2 additions & 0 deletions requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ decorator==5.1.1
# via ipython
defusedxml==0.7.1
# via nbconvert
dill==0.3.7
# via WSIMOD (pyproject.toml)
executing==2.0.1
# via stack-data
fastjsonschema==2.18.1
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#
colorama==0.4.6
# via tqdm
dill==0.3.7
# via WSIMOD (pyproject.toml)
pyyaml==6.0.1
# via WSIMOD (pyproject.toml)
tqdm==4.66.1
Expand Down

0 comments on commit c37fb33

Please sign in to comment.