Skip to content

Commit

Permalink
Limit pandas version by 1.2 (excluding) (#163)
Browse files Browse the repository at this point in the history
* Limit pandas version by 1.2
  • Loading branch information
Mr-Geekman authored Oct 8, 2021
1 parent aa463ed commit 641b16a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- MyPy checks in CI/CD and lint commands ([#39](https://github.com/tinkoff-ai/etna-ts/issues/39))
- TrendTransform ([#139](https://github.com/tinkoff-ai/etna-ts/pull/139))
- Running notebooks in ci ([#134](https://github.com/tinkoff-ai/etna-ts/issues/134))
- Limit version of pandas by 1.2 excluding ([#163](https://github.com/tinkoff-ai/etna-ts/pull/163))

### Changed
- SklearnTransform out column names ([#99](https://github.com/tinkoff-ai/etna-ts/pull/99))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ authors = [
python = ">=3.6.2, <3.9.0"
scikit-learn = "^0.24.1"
prophet = "^1.0"
pandas = "^1"
pandas = "^1, <1.2"
catboost = "^0.25"
ruptures = "1.1.5"
torch = "1.8.*"
Expand Down

0 comments on commit 641b16a

Please sign in to comment.