Skip to content

Commit 18622cb

Browse files
committed
Fix dependencies
1 parent e3d9a27 commit 18622cb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# eg: 1.0.0, 1.0.1, 3.0.2, 5.0-beta, etc.
2121
# You CANNOT upload two versions of your package with the same version number
2222
# This field is REQUIRED
23-
version="0.1.0",
23+
version="0.1.1",
2424

2525
# The packages that constitute your project.
2626
# For my project, I have only one - "pydash".
@@ -41,9 +41,9 @@
4141
'pybedtools>=0.9.0',
4242
'pysam>=0.19.0',
4343
'pybigwig>=0.3.0',
44-
'pytorch>=1.10.0'
44+
'torch>=1.10.0',
4545
'pytorch-lightning>=1.7.0,<1.8.0',
46-
]
46+
],
4747

4848
# The description that will be shown on PyPI.
4949
# Keep it short and concise

0 commit comments

Comments
 (0)