Skip to content

Commit

Permalink
Remove upper limitation on version of numba (#1321)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Geekman authored Jul 20, 2023
1 parent 681d8e1 commit 75e8fc1
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 72 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-
-
- Unify errors, warnings and checks in models ([#1312](https://github.com/tinkoff-ai/etna/pull/1312))
-
- Remove upper limitation on version of numba ([#1321](https://github.com/tinkoff-ai/etna/pull/1321))

### Fixed
-
Expand Down
132 changes: 62 additions & 70 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ scikit-learn = ">=0.24, <2"
pandas = "^1.1"
catboost = ">=0.21"
ruptures = "^1.1.5"
numba = ">=0.53.1,<0.56.0"
numba = ">=0.53.1"
seaborn = "^0.11.1"
statsmodels = ">=0.12,<0.14"
pmdarima = ">=1.8.0"
Expand Down

1 comment on commit 75e8fc1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.