Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobson committed Dec 2, 2024
1 parent 6b2df99 commit a42f65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def get_description():
'pyshp==2.1.0',
'geojson>=2.4.1',
"networkx>=2.3,<2.8.1;python_version<'3.8'",
"networkx>=2.3,<3;python_version>='3.8'",
"networkx>=2.3;python_version>='3.8'",
'pyyaml>=3.12',
'pyproj>=3.0.0'
]
Expand Down

0 comments on commit a42f65d

Please sign in to comment.