Skip to content

Commit

Permalink
Set upper bound of PyTorch version
Browse files Browse the repository at this point in the history
  • Loading branch information
fepegar committed Jun 14, 2024
1 parent 5e76b6e commit ca3d632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ install_requires =
nibabel
numpy>=1.15
scipy
torch>=1.1
torch>=1.1,<2.3
tqdm
typer[all]
python_requires = >=3.8, <3.13
Expand Down

0 comments on commit ca3d632

Please sign in to comment.