Dependency pinning (#14463)

* deps pinned
* Apply suggestions from code review

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
This commit is contained in:
Sherin Thomas 2022-09-01 02:54:28 +05:30 committed by GitHub
parent e90ac769d6
commit c1a7254b7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View File

@ -4,6 +4,6 @@ deepdiff>=5.7.0, <=5.8.1
starsessions>=1.2.1, <2.0 # strict starsessions>=1.2.1, <2.0 # strict
fsspec>=2022.01.0, <=2022.7.1 fsspec>=2022.01.0, <=2022.7.1
s3fs>=2022.1.0, <=2022.7.1 s3fs>=2022.1.0, <=2022.7.1
croniter # for now until we found something more robust. croniter>=1.3.0, <1.4.0 # strict; TODO: for now until we find something more robust.
traitlets<5.2.0 # Traitlets 5.2.X fails: https://github.com/ipython/traitlets/issues/741 traitlets<5.2.0 # Traitlets 5.2.X fails: https://github.com/ipython/traitlets/issues/741
arrow>=1.2.0, <=1.2.2 arrow>=1.2.0, <=1.2.2

View File

@ -31,9 +31,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
### Changed ### Changed
- Default values and parameter names for Lightning AI BYOC cluster management ([#14132](https://github.com/Lightning-AI/lightning/pull/14132)) - Default values and parameter names for Lightning AI BYOC cluster management ([#14132](https://github.com/Lightning-AI/lightning/pull/14132))
### Changed
- Run the flow only if the state has changed from the previous execution ([#14076](https://github.com/Lightning-AI/lightning/pull/14076)) - Run the flow only if the state has changed from the previous execution ([#14076](https://github.com/Lightning-AI/lightning/pull/14076))
### Fixed ### Fixed