Skip to content

Commit

Permalink
fix: softer constraints for torch/torchvision
Browse files Browse the repository at this point in the history
  • Loading branch information
afoncubierta committed Apr 21, 2021
1 parent 4b61f7b commit 17c6c75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@

VCS_REQUIREMENTS = []
PYPI_REQUIREMENTS = [
"torch==1.3.1",
"torch>=1.3.1",
"tqdm>=4.35.0",
"pandas>=0.24.2",
"matplotlib>=3.1.1",
"h5py>=2.9.0",
"scikit-learn>=0.22",
"seaborn>=0.9.0",
"torchvision",
"torchvision>=0.4.0",
"pillow>=7.2.0",
"opencv-python>=3.4.8.29",
"scikit-image>=0.17.2",
Expand Down Expand Up @@ -138,12 +138,12 @@ def run(self):
# TODO: Update these values according to the name of the module.
setup(
name="histocartography",
version="0.1.5-1",
version="0.1.5-2",
description="Installable histocartography package.",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
url="https://github.com/histocartography/histocartography",
download_url="https://github.com/histocartography/histocartography/archive/refs/tags/v0.1.5.tar.gz",
download_url="https://github.com/histocartography/histocartography/archive/refs/tags/v0.1.5-2.tar.gz",
author="Guillaume Jaume, Pushpak Pati, Antonio Foncubierta Rodríguez",
author_email="[email protected], [email protected], [email protected]",
packages=find_packages("."),
Expand Down

0 comments on commit 17c6c75

Please sign in to comment.