Bump Lightning Cloud to 0.5.59 (#19301)

update

Co-authored-by: thomas <thomas@thomass-MacBook-Pro.local>
This commit is contained in:
thomas chaton 2024-01-17 09:39:26 +00:00 committed by GitHub
parent 6dfaebabe5
commit 6655c4d752
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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