dependabot[bot]
dependabot[bot]
commited on
:arrow_up: Bump scikit-learn from 1.2.2 to 1.5.0 (#46)
Browse filesBumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.2.2 to 1.5.0.
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.2.2...1.5.0)
---
updated-dependencies:
- dependency-name: scikit-learn
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -9,7 +9,7 @@ anthropic>=0.20.0
|
|
9 |
pandas==2.1.4
|
10 |
pytest==7.4.3
|
11 |
requests==2.31.0
|
12 |
-
scikit-learn==1.
|
13 |
rich==13.7.0
|
14 |
scipy==1.11.4
|
15 |
dataclasses_json>=0.6.4
|
|
|
9 |
pandas==2.1.4
|
10 |
pytest==7.4.3
|
11 |
requests==2.31.0
|
12 |
+
scikit-learn==1.5.0
|
13 |
rich==13.7.0
|
14 |
scipy==1.11.4
|
15 |
dataclasses_json>=0.6.4
|