Skip to content

Commit

Permalink
update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
clementchadebec committed Sep 3, 2021
1 parent d94e453 commit 8c46753
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 @@ -34,12 +34,12 @@
packages=find_packages(where="src"),
install_requires=[
"numpy>=1.19.0",
"Pillow>=8.3.0",
"torch>=1.8.1",
"dill>=0.3.3",
"nibabel>=3.2.1",
"pydantic>=1.8.2",
"dataclasses>=0.6",
"Pillow>=8.3.0",
],
python_requires=">=3.6",
)

0 comments on commit 8c46753

Please sign in to comment.