Skip to content

Commit

Permalink
[MNT] [Dependabot](deps): Update scikit-base requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [scikit-base](https://github.com/sktime/skbase) to permit the latest version.
- [Release notes](https://github.com/sktime/skbase/releases)
- [Commits](sktime/skbase@v0.6.1...v0.10.0)

---
updated-dependencies:
- dependency-name: scikit-base
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent e57630d commit 29f49b2
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 @@ -41,7 +41,7 @@ dependencies = [
"numpy>=1.21.0,<2.2",
"pandas>=1.1.0,<2.3.0",
"packaging",
"scikit-base>=0.6.1,<0.10.0",
"scikit-base>=0.6.1,<0.11.0",
"scikit-learn>=0.24.0,<1.6.0",
"scipy<2.0.0,>=1.2.0",
]
Expand Down

0 comments on commit 29f49b2

Please sign in to comment.