Skip to content

Commit

Permalink
Merge pull request #31 from theochem/dependabot/pip/scikit-learn-1.0.1
Browse files Browse the repository at this point in the history
Bump scikit-learn from 0.24.2 to 1.0.1
  • Loading branch information
PaulWAyers authored Feb 2, 2024
2 parents b2ce80a + e05c143 commit 3fa3542
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 3fa3542

Please sign in to comment.