File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/lightning/data/streaming Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- lightning-cloud == 0.5.58 # Must be pinned to ensure compatibility
1
+ lightning-cloud == 0.5.59 # Must be pinned to ensure compatibility
2
2
packaging
3
3
typing-extensions >=4.4.0, <4.8.0
4
4
deepdiff >=5.7.0, <6.6.0
Original file line number Diff line number Diff line change 26
26
# This is required for full pytree serialization / deserialization support
27
27
_TORCH_GREATER_EQUAL_2_1_0 = RequirementCache ("torch>=2.1.0" )
28
28
_VIZ_TRACKER_AVAILABLE = RequirementCache ("viztracer" )
29
- _LIGHTNING_CLOUD_LATEST = RequirementCache ("lightning-cloud>=0.5.58 " )
29
+ _LIGHTNING_CLOUD_LATEST = RequirementCache ("lightning-cloud>=0.5.59 " )
30
30
_BOTO3_AVAILABLE = RequirementCache ("boto3" )
31
31
32
32
# DON'T CHANGE ORDER
You can’t perform that action at this time.
0 commit comments