-
Notifications
You must be signed in to change notification settings - Fork 292
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We do not need per-version numpy anymore
Showing
3 changed files
with
2 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
numba | ||
# We need to pin numpy version to the same as the torch testing environment | ||
# which still supports python 3.8 | ||
numpy==1.21.2; python_version < '3.11' | ||
numpy==1.26.0; python_version >= '3.11' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
git+https://github.com/facebookresearch/detectron2.git@0df2d73d0013db7de629602c23cc120219b4f2b8 | ||
omegaconf==2.3.0 | ||
# We need to pin numpy version to the same as the torch testing environment | ||
# which still supports python 3.8 | ||
numpy==1.21.2; python_version < '3.11' | ||
numpy==1.26.0; python_version >= '3.11' | ||
numpy |