Skip to content

Commit

Permalink
Bump scikit-learn from 0.24.2 to 1.0.1
Browse files Browse the repository at this point in the history
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.24.2 to 1.0.1.
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@0.24.2...1.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 2, 2024
1 parent b2ce80a commit e05c143
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy>=1.21.4
scipy>=1.7.2
scikit-learn==0.24.2
scikit-learn==1.0.1
joblib>=1.1.0
pandas>=1.3.4
openpyxl>=3.0.9
Expand Down
2 changes: 1 addition & 1 deletion requirements_conda.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy>=1.21.4
scipy>=1.7.2
scikit-learn==0.24.2
scikit-learn==1.0.1
joblib>=1.1.0
pandas>=1.3.4
openpyxl>=3.0.9
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ def get_readme():
],
python_requires=">=3.7.0",
setup_requires=["numpy>=1.21.4", "scipy>=1.7.2"],
install_requires=["numpy>=1.21.4", "scipy>=1.7.2", "scikit-learn==0.24.2"],
install_requires=["numpy>=1.21.4", "scipy>=1.7.2", "scikit-learn==1.0.1"],
)

0 comments on commit e05c143

Please sign in to comment.