-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[brief] Pin the minimum version of Numpy to 2.0.0.
[detailed] - With the release of PyTorch 2.4.1, we can now safely pin the numpy version across all platforms.
- Loading branch information
Showing
5 changed files
with
15 additions
and
20 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
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,12 +1,11 @@ | ||
# Generated via tools/generate_requirements.py and pre-commit hook. | ||
# Do not edit this file; modify pyproject.toml instead. | ||
matplotlib>=3.8.4 | ||
numpy | ||
numpy<2.0.0; sys_platform=='win32' | ||
numpy>=2.0.0 | ||
onnx>=1.16.1 | ||
onnxruntime>=1.19.0 | ||
opencv-python>=4.10.0.84 | ||
tensorboard>=2.17.1 | ||
torch>=2.4.0 | ||
torchvision>=0.19.0 | ||
torch>=2.4.1 | ||
torchvision>=0.19.1 | ||
tqdm>=4.66.2 |
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,13 +1,12 @@ | ||
# Generated via tools/generate_requirements.py and pre-commit hook. | ||
# Do not edit this file; modify pyproject.toml instead. | ||
matplotlib>=3.8.4 | ||
numpy | ||
numpy<2.0.0; sys_platform=='win32' | ||
numpy>=2.0.0 | ||
onnx>=1.16.1 | ||
onnxruntime>=1.19.0 | ||
opencv-python>=4.10.0.84 | ||
optuna>=3.6.1 | ||
tensorboard>=2.17.1 | ||
torch>=2.4.0 | ||
torchvision>=0.19.0 | ||
torch>=2.4.1 | ||
torchvision>=0.19.1 | ||
tqdm>=4.66.2 |