Skip to content

Commit 17c6c75

Browse files
committed
fix: softer constraints for torch/torchvision
1 parent 4b61f7b commit 17c6c75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111

1212
VCS_REQUIREMENTS = []
1313
PYPI_REQUIREMENTS = [
14-
"torch==1.3.1",
14+
"torch>=1.3.1",
1515
"tqdm>=4.35.0",
1616
"pandas>=0.24.2",
1717
"matplotlib>=3.1.1",
1818
"h5py>=2.9.0",
1919
"scikit-learn>=0.22",
2020
"seaborn>=0.9.0",
21-
"torchvision",
21+
"torchvision>=0.4.0",
2222
"pillow>=7.2.0",
2323
"opencv-python>=3.4.8.29",
2424
"scikit-image>=0.17.2",
@@ -138,12 +138,12 @@ 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-1",
141+
version="0.1.5-2",
142142
description="Installable histocartography package.",
143143
long_description=open("README.md").read(),
144144
long_description_content_type="text/markdown",
145145
url="https://github.com/histocartography/histocartography",
146-
download_url="https://github.com/histocartography/histocartography/archive/refs/tags/v0.1.5.tar.gz",
146+
download_url="https://github.com/histocartography/histocartography/archive/refs/tags/v0.1.5-2.tar.gz",
147147
author="Guillaume Jaume, Pushpak Pati, Antonio Foncubierta Rodríguez",
148148
149149
packages=find_packages("."),

0 commit comments

Comments
 (0)