Skip to content

Commit

Permalink
[MNT] [Dependabot](deps-dev): Update scikit-base requirement from <0.…
Browse files Browse the repository at this point in the history
…7.0 to <0.8.0 (sktime#5694)

Updates the requirements on
[scikit-base](https://github.com/sktime/skbase) to permit the latest
version.
  • Loading branch information
dependabot[bot] authored Jan 17, 2024
1 parent 5dbca0b commit 02f2c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies = [
"numpy<1.27,>=1.21", # required for framework layer and base class logic
"packaging", # for estimator specific dependency parsing
"pandas<2.2.0,>=1.1", # pandas is the main in-memory data container
"scikit-base<0.7.0", # base module for sklearn compatible base API
"scikit-base<0.8.0", # base module for sklearn compatible base API
"scikit-learn<1.4.0,>=0.24", # required for estimators and framework layer
"scipy<2.0.0,>=1.2", # required for estimators and framework layer
]
Expand Down

0 comments on commit 02f2c3c

Please sign in to comment.