Skip to content

Commit 12ac8ea

Browse files
authored
Remove crt (#171)
1 parent e5ccc89 commit 12ac8ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
torch
22
filelock
33
numpy
4-
boto3[crt]
4+
boto3
55
requests

src/litdata/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import time
1616

17-
__version__ = "0.2.10"
17+
__version__ = "0.2.11"
1818
__author__ = "Lightning AI et al."
1919
__author_email__ = "[email protected]"
2020
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)