Skip to content

Commit 1b597e7

Browse files
authored
Fix: Remove pytorch-lightning version requirement
1 parent ccd9097 commit 1b597e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
'pysam>=0.19.0',
4343
'pybigwig>=0.3.0',
4444
'torch>=1.10.0',
45-
'pytorch-lightning>=1.7.0,<1.8.0',
45+
'pytorch-lightning',
4646
],
4747

4848
# The description that will be shown on PyPI.
@@ -88,4 +88,4 @@
8888

8989
# For additional fields, check:
9090
# https://github.com/pypa/sampleproject/blob/master/setup.py
91-
)
91+
)

0 commit comments

Comments
 (0)