Skip to content

Commit

Permalink
require nnunetv2==2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Dec 12, 2024
1 parent 3318595 commit 7f11318
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@
url="https://github.com/CBICA/DLICV/",
packages=find_packages(exclude=["tests", ".github"]),
python_requires=">=3.9",
install_requires=["torch<=2.2.1", "nnunetv2<=2.2.1", "argparse", "huggingface_hub"],
install_requires=[
"torch<=2.2.1",
"nnunetv==2.5.1",
"argparse",
"huggingface_hub"
],
entry_points={"console_scripts": ["DLICV = DLICV.__main__:main"]},
classifiers=[
"Intended Audience :: Developers",
Expand Down

0 comments on commit 7f11318

Please sign in to comment.