Skip to content

Commit

Permalink
upgrade pyshp dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aerispaha committed Dec 18, 2024
1 parent eb5bb6b commit ec7714a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pytest
Pillow==10.3.0
numpy>=1.16.4
pandas>=0.24.2
pyshp==2.1.0
pyshp==2.3.1
geojson==2.5.0
networkx>=2.3
pyyaml>=3.12
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def get_description():
'Pillow>=6.2.0',
'numpy>=1.16.4',
'pandas>=0.24.2',
'pyshp==2.1.0',
'pyshp>=2.1.0',
'geojson>=2.4.1',
"networkx>=2.3,<2.8.1;python_version<'3.8'",
"networkx>=2.3;python_version>='3.8'",
Expand Down

0 comments on commit ec7714a

Please sign in to comment.