Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade numpy to 2.0.0rc #2311

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ transformers==4.38.1
MonkeyType
psutil
pyyaml
# pytorch build script pins numpy version
# https://github.com/pytorch/builder/blob/main/wheel/build_wheel.sh
numpy==1.23.5
numpy
opencv-python
submitit
pynvml
2 changes: 1 addition & 1 deletion torchbenchmark/models/doctr_det_predictor/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git+https://github.com/mindee/doctr.git@56c8356
python-doctr
4 changes: 2 additions & 2 deletions torchbenchmark/models/doctr_reco_predictor/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
git+https://github.com/mindee/doctr.git@acb9f64
rapidfuzz==2.15.1
python-doctr
rapidfuzz
4 changes: 2 additions & 2 deletions torchbenchmark/models/timm_efficientdet/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pycocotools==2.0.6
git+https://github.com/rwightman/efficientdet-pytorch.git@79d26d8
pycocotools
git+https://github.com/rwightman/efficientdet-pytorch.git@d43c9e34cd62d22b4205831bb735f6dd83b8e881
Loading