Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #110 from mozilla-ai/agonzales/pin-numpy-version
Browse files Browse the repository at this point in the history
pins transitive dep of numpy version to <2
  • Loading branch information
binaryaaron authored Jul 10, 2024
2 parents 8b7c435 + 9b25098 commit 6bb5238
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ requires-python = ">=3.11,<3.12"
dependencies = [
# Core
"click>=8.1.7",
"scipy>=1.10.1",
"scipy==1.13.1",
"numpy<2.0.0",
"wandb>=0.16.3",
"protobuf>=3.20.2",
"urllib3>=1.26.18,<2",
Expand Down

0 comments on commit 6bb5238

Please sign in to comment.