From 8529392ce83551f5d69f55d59b90391a43020eab Mon Sep 17 00:00:00 2001 From: Gareth Simons Date: Thu, 28 Nov 2024 09:18:47 +0000 Subject: [PATCH] bumps dependency requirements --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 42df02d0..77a9be87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cityseer" -version = '4.16.12' +version = '4.16.13' description = "Computational tools for network-based pedestrian-scale urban analysis" readme = "README.md" requires-python = ">=3.10, <3.14" @@ -38,14 +38,14 @@ classifiers = [ ] dependencies = [ "matplotlib>=3.5.1", - "networkx>=2.8.8", + "networkx>=3.0.0", "pyproj>=3.3.0", "requests>=2.27.1", "scikit-learn>=1.0.2", "tqdm>=4.63.1", - "shapely>=2.0.2", - "numpy>=1.23.3", - "geopandas>=0.12.2", + "shapely>=2.0.0", + "numpy>=2.0.0", + "geopandas>=1.0.0", "rasterio>=1.3.9", "fiona>=1.9.6", "osmnx>=2.0.0",