Bump Lightning Cloud to 0.5.59 (#19301)
update Co-authored-by: thomas <thomas@thomass-MacBook-Pro.local>
This commit is contained in:
parent
6dfaebabe5
commit
6655c4d752
|
@ -1,4 +1,4 @@
|
|||
lightning-cloud == 0.5.58 # Must be pinned to ensure compatibility
|
||||
lightning-cloud == 0.5.59 # Must be pinned to ensure compatibility
|
||||
packaging
|
||||
typing-extensions >=4.4.0, <4.8.0
|
||||
deepdiff >=5.7.0, <6.6.0
|
||||
|
|
|
@ -26,7 +26,7 @@ _DEFAULT_CACHE_DIR = os.path.join(Path.home(), ".lightning", "chunks")
|
|||
# This is required for full pytree serialization / deserialization support
|
||||
_TORCH_GREATER_EQUAL_2_1_0 = RequirementCache("torch>=2.1.0")
|
||||
_VIZ_TRACKER_AVAILABLE = RequirementCache("viztracer")
|
||||
_LIGHTNING_CLOUD_LATEST = RequirementCache("lightning-cloud>=0.5.58")
|
||||
_LIGHTNING_CLOUD_LATEST = RequirementCache("lightning-cloud>=0.5.59")
|
||||
_BOTO3_AVAILABLE = RequirementCache("boto3")
|
||||
|
||||
# DON'T CHANGE ORDER
|
||||
|
|
Loading…
Reference in New Issue