Skip to content

Commit

Permalink
Merge pull request #63 from pbarbarant/fix/downgrade-numpy-version
Browse files Browse the repository at this point in the history
chore: update numpy dependency to version <2
  • Loading branch information
pbarbarant authored Jul 10, 2024
2 parents ce9e5f1 + 9d62cc8 commit 0b70d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ requires-python = ">=3.7"
dependencies = [
"dijkstra3d>=1.12.1",
"joblib>=1.2.0",
"numpy>=1.20",
"numpy<2",
"rich>=13.3.1",
"POT>=0.9.0",
"scikit-learn",
Expand Down

0 comments on commit 0b70d0a

Please sign in to comment.