Skip to content

Commit

Permalink
downgrade numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweetnow committed Jun 12, 2024
1 parent cae4cf6 commit 28ad706
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.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 @@
[tool.poetry]
name = "mosstool"
version = "0.2.9"
version = "0.2.10"
description = "MObility Simulation System toolbox "
authors = ["Jun Zhang <[email protected]>"]
license = "MIT"
Expand All @@ -18,7 +18,7 @@ pytest-coverage = "^0.0"
pyproj = "^3.6.1"
scipy = "^1.12.0"
scikit-learn = "^1.4.1.post1"
numpy = "^1.26.4"
numpy = "^1.20.0"
geopandas = "^0.14.3"
requests = "^2.30.0"
rasterio = "1.3.9"
Expand Down

0 comments on commit 28ad706

Please sign in to comment.