diff --git a/pyproject.toml b/pyproject.toml index 74e01be..e4c2052 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ ] dependencies = [ "numpy == 1.26.4; platform_machine == 'x86_64' and python_version == '3.10'", - "torch == 2.2.2; platform_machine == 'x86_64' and python_version == '3.10'", + "torch == 2.8.0; platform_machine == 'x86_64' and python_version == '3.10'", "torch == 2.6.0; platform_machine != 'x86_64' or python_version != '3.10'", "numpy", "onnx", diff --git a/requirements.txt b/requirements.txt index 2a0c7f0..bf6fe3c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ numpy==2.2.5 onnx==1.17.0 pandas==2.2.3 -torch==2.6.0 +torch==2.8.0 reportlab==4.3.1 matplotlib==3.10.1 onnxruntime==1.21.1