diff --git a/setup.py b/setup.py index af62eb9..8b952fe 100644 --- a/setup.py +++ b/setup.py @@ -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' ]