Skip to content

Commit

Permalink
Fix dependencies in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mdiazmel committed Aug 25, 2021
1 parent 3fff1f7 commit 4b9508e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@
"Intended Audience :: Developers",
"Programming Language :: Python",
],
install_requires=["numpy>=1.17", "clinica>=0.3.8", "torch", "tensorboard"],
python_requires=">=3.6",
install_requires=[
"numpy>=1.17",
"clinica==0.4.1",
"torch>=1.8",
"tensorboard",
"toml",
"click>=7.0",
"pynvml",
],
python_requires=">=3.7",
)

0 comments on commit 4b9508e

Please sign in to comment.