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 ff61757 commit 9d0bfe4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.52
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.52",
"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.52
joblib>=1.3.2
requests>=2.32.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scikit-learn>=1.3.2 # Note: This is the highest version that works with SageMaker/scikit-learn framework
scikit-learn==1.3.2 # Note: This is the highest version that works with SageMaker/scikit-learn framework
awswrangler>=3.8.0
rdkit>=2024.3.3
mordredcommunity>=2.0.6
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
scikit-learn>=1.3.2 # Note: This is the highest version that works with SageMaker/scikit-learn framework
scikit-learn==1.3.2 # Note: This is the highest version that works with SageMaker/scikit-learn framework
awswrangler>=3.8.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
scikit-learn>=1.3.2
scikit-learn==1.3.2 # Note: This is the highest version that works with SageMaker/scikit-learn framework
umap-learn
awswrangler>=3.8.0

0 comments on commit 9d0bfe4

Please sign in to comment.