Skip to content

Commit

Permalink
bumps dependency requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
songololo committed Nov 28, 2024
1 parent 9061855 commit 8529392
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 8529392

Please sign in to comment.