Skip to content

Commit

Permalink
not ready for numpy v2
Browse files Browse the repository at this point in the history
  • Loading branch information
songololo committed Jun 24, 2024
1 parent 825d29d commit fa98af4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cityseer"
version = '4.15.0b2'
version = '4.15.0b3'
description = "Computational tools for network-based pedestrian-scale urban analysis"
readme = "README.md"
requires-python = ">=3.10, <3.13"
Expand Down Expand Up @@ -43,7 +43,7 @@ dependencies = [
"scikit-learn>=1.0.2",
"tqdm>=4.63.1",
"shapely>=2.0.2",
"numpy>=1.23.3",
"numpy>=1.23.3,<2.0.0",
"geopandas>=0.12.2",
"rasterio>=1.3.9",
"pyarrow>=16.0.0",
Expand Down

0 comments on commit fa98af4

Please sign in to comment.