diff --git a/pyproject.toml b/pyproject.toml index 1ceb283..d1d3a6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,13 +23,12 @@ dependencies = [ "tqdm>=4.66.2", "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", "onnx>=1.16.1", "onnxruntime>=1.19.0", "matplotlib>=3.8.4", - "numpy<2.0.0; sys_platform=='win32'", - "numpy" # <- Pin this to >= 2.0.0 once torch 2.4.1 has been released. + "numpy>=2.0.0", ] dynamic = ["version"] diff --git a/requirements/ci.txt b/requirements/ci.txt index 40f7dd5..142d6c5 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -3,8 +3,7 @@ build>=1.2.1 matplotlib>=3.8.4 mypy>=1.8.0 -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 @@ -12,8 +11,8 @@ optuna>=3.6.1 pytest>=8.1.1 ruff>=0.3.4 tensorboard>=2.17.1 -torch>=2.4.0 -torchvision>=0.19.0 +torch>=2.4.1 +torchvision>=0.19.1 tqdm>=4.66.2 types-Pillow>=10.2.0.20240311 types-tqdm>=4.66.0.20240106 diff --git a/requirements/default.txt b/requirements/default.txt index 5f96d2a..a4ae063 100644 --- a/requirements/default.txt +++ b/requirements/default.txt @@ -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 diff --git a/requirements/dev.txt b/requirements/dev.txt index 05f885c..fc89dbf 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -4,8 +4,7 @@ build>=1.2.1 furo>=2024.5.6 matplotlib>=3.8.4 mypy>=1.8.0 -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 @@ -16,8 +15,8 @@ ruff>=0.3.4 sphinx-autoapi>=3.1.1 sphinx>=7.3.7 tensorboard>=2.17.1 -torch>=2.4.0 -torchvision>=0.19.0 +torch>=2.4.1 +torchvision>=0.19.1 tqdm>=4.66.2 twine>=5.0.0 types-Pillow>=10.2.0.20240311 diff --git a/requirements/tune.txt b/requirements/tune.txt index 657e8f1..a6b5701 100644 --- a/requirements/tune.txt +++ b/requirements/tune.txt @@ -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