Skip to content

Commit

Permalink
Make dependendies compatible-only
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobnissen committed Sep 12, 2021
1 parent 8dc1a71 commit 2176b30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"ext_modules": [Extension("vamb._vambtools",
sources=["src/_vambtools.pyx"],
language="c")],
"install_requires": ["numpy>=1.15", "torch==1.7.1", "pysam>=0.14", "torchvision>=0.6"],
"setup_requires": ['Cython>=0.25.2', "setuptools>=38.6.0"],
"install_requires": ["numpy~=1.20", "torch~=1.8", "pysam~=0.14"],
"setup_requires": ['Cython~=0.29', "setuptools~=56.0"],
"python_requires": ">=3.5",
"classifiers":[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 2176b30

Please sign in to comment.