Skip to content

Commit

Permalink
Update minimum torch version
Browse files Browse the repository at this point in the history
  • Loading branch information
gallego-posada committed Dec 15, 2023
1 parent 8a34f89 commit 3b0c546
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ ignore_missing_imports = True
[options]
include_package_data = True
install_requires =
torch>=1.12.0
numpy>=1.21.0
torch>=1.13.1
packages = find:
python_requires = >=3.9

Expand Down Expand Up @@ -74,11 +73,11 @@ docs =
ipywidgets>=7.6.0,<8.0.0
torchvision>=0.13.0,<1.0.0
tests =
numpy==1.21.0
pytest==6.2.5
pytest-cov==3.0.0
tox==3.14.0
examples =
numpy==1.21.0
matplotlib>=3.5.0,<4.0.0
ipykernel>=6.5.0,<7.0.0
ipywidgets>=7.6.0,<8.0.0
Expand Down

0 comments on commit 3b0c546

Please sign in to comment.