Skip to content

Commit 60eb6cc

Browse files
authored
Remove condition on torch installation (#110)
1 parent d0d19e6 commit 60eb6cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
torch >=2.1.0
1+
torch
22
filelock
33
numpy
44
boto3[crt]

requirements/extras.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ pillow
33
viztracer
44
pyarrow
55
tqdm
6-
lightning-cloud == 0.5.65 # Must be pinned to ensure compatibility
6+
lightning-cloud == 0.5.68 # Must be pinned to ensure compatibility

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ pytest-rerunfailures ==14.0
66
pytest-random-order ==1.1.1
77
pandas
88
lightning
9-
lightning-cloud == 0.5.65 # Must be pinned to ensure compatibility
9+
lightning-cloud == 0.5.68 # Must be pinned to ensure compatibility

0 commit comments

Comments
 (0)