Skip to content

Commit 4b61f7b

Browse files
committed
loosen torchvision requirement
1 parent 87670e7 commit 4b61f7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"h5py>=2.9.0",
1919
"scikit-learn>=0.22",
2020
"seaborn>=0.9.0",
21-
"torchvision==0.4.0",
21+
"torchvision",
2222
"pillow>=7.2.0",
2323
"opencv-python>=3.4.8.29",
2424
"scikit-image>=0.17.2",
@@ -138,7 +138,7 @@ def run(self):
138138
# TODO: Update these values according to the name of the module.
139139
setup(
140140
name="histocartography",
141-
version="0.1.5",
141+
version="0.1.5-1",
142142
description="Installable histocartography package.",
143143
long_description=open("README.md").read(),
144144
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)