Skip to content

Commit

Permalink
the newest version of scikit-learn is throwing errors; so pinning for…
Browse files Browse the repository at this point in the history
… now will circle back later
  • Loading branch information
brifordwylie committed Dec 9, 2024
1 parent 5d0cb2f commit 23bfd83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion applications/aws_dashboard/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sagemaker >= 2.143
cryptography>=42.0.5
ipython>=8.17.2
xgboost>=2.0.3
scikit-learn >=1.4.2
scikit-learn >=1.4.2, <= 1.5.2
joblib>=1.3.2
requests>=2.32.0
plotly >= 5.18.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = [
"ipython >= 8.17.2",
"pyreadline3; sys_platform == 'win32'",
"xgboost >= 2.0.3",
"scikit-learn >=1.4.2",
"scikit-learn >=1.4.2, <= 1.5.2",
"joblib >= 1.3.2",
"requests >= 2.26.0"
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ cryptography>=42.0.5
ipython>=8.17.2
pyreadline3; sys_platform == 'win32'
xgboost>=2.0.3
scikit-learn >=1.4.2
scikit-learn >=1.4.2, <= 1.5.2
joblib>=1.3.2
requests>=2.32.0

0 comments on commit 23bfd83

Please sign in to comment.