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:
parent
e90ac769d6
commit
c1a7254b7a
|
@ -4,6 +4,6 @@ deepdiff>=5.7.0, <=5.8.1
|
|||
starsessions>=1.2.1, <2.0 # strict
|
||||
fsspec>=2022.01.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
|
||||
arrow>=1.2.0, <=1.2.2
|
||||
|
|
|
@ -31,9 +31,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
|||
### Changed
|
||||
|
||||
- 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))
|
||||
|
||||
### Fixed
|
||||
|
|
Loading…
Reference in New Issue