Skip to content

Commit

Permalink
require numpy < 2
Browse files Browse the repository at this point in the history
  • Loading branch information
wasserth committed Jun 18, 2024
1 parent 2aff10b commit e648b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
packages=find_packages(),
install_requires=[
'torch>=2.0.0',
'numpy',
'numpy<2',
'SimpleITK',
'nibabel>=2.3.0',
'tqdm>=4.45.0',
Expand Down

0 comments on commit e648b08

Please sign in to comment.