Skip to content

Commit

Permalink
Revert upper bounds for PyTorch and NumPy
Browse files Browse the repository at this point in the history
  • Loading branch information
fepegar committed Jul 24, 2024
1 parent 3a81e25 commit f859649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ install_requires =
SimpleITK!=2.0.*,!=2.1.1.1
humanize
nibabel
numpy>=1.15,<2
numpy>=1.15
scipy
torch>=1.1,<2.3
torch>=1.1
tqdm
typer[all]
python_requires = >=3.8, <3.13
Expand Down

0 comments on commit f859649

Please sign in to comment.