We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87670e7 commit 4b61f7bCopy full SHA for 4b61f7b
setup.py
@@ -18,7 +18,7 @@
18
"h5py>=2.9.0",
19
"scikit-learn>=0.22",
20
"seaborn>=0.9.0",
21
- "torchvision==0.4.0",
+ "torchvision",
22
"pillow>=7.2.0",
23
"opencv-python>=3.4.8.29",
24
"scikit-image>=0.17.2",
@@ -138,7 +138,7 @@ def run(self):
138
# TODO: Update these values according to the name of the module.
139
setup(
140
name="histocartography",
141
- version="0.1.5",
+ version="0.1.5-1",
142
description="Installable histocartography package.",
143
long_description=open("README.md").read(),
144
long_description_content_type="text/markdown",
0 commit comments