Skip to content

Commit

Permalink
Remove numpy pinning
Browse files Browse the repository at this point in the history
numpy versioning is determined by neuronx-cc. Having pinning also here can cause issues when neuronx-cc changes its pinnings.
  • Loading branch information
aws-rishyraj authored Nov 21, 2023
1 parent 1a1d801 commit 7f7881e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"accelerate == 0.23.0",
"optimum >= 1.13.0",
"huggingface_hub >= 0.14.0",
"numpy>=1.22.2, <=1.25.2",
"protobuf<4",
]

Expand Down

0 comments on commit 7f7881e

Please sign in to comment.