Skip to content

Commit

Permalink
Remove lightning from deps (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
tchaton authored Feb 24, 2024
1 parent 103384c commit a0b77c7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion litdata/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import time

__version__ = "0.2.0.rc"
__version__ = "0.2.0.rc1"
__author__ = "Lightning AI et al."
__author_email__ = "[email protected]"
__license__ = "Apache-2.0"
Expand Down
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
lightning-utilities >=0.8.0, <0.10.0
lightning-cloud == 0.5.64 # Must be pinned to ensure compatibility
# to be able to include also PL 2.0 and preserve `>` needed for CI min version bypass
lightning-utilities >=0.8.0, <0.10.0
torch >=2.1.0, <=2.2.0
lightning >=2.2.0
filelock
tqdm
numpy
Expand Down
Empty file added requirements/extras.txt
Empty file.
1 change: 1 addition & 0 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ pytest-timeout ==2.1.0
pytest-rerunfailures ==12.0
pytest-random-order ==1.1.0
pandas
lightning

0 comments on commit a0b77c7

Please sign in to comment.