Skip to content

Commit

Permalink
Bump scikit-learn version to 1.5.0 (#2292)
Browse files Browse the repository at this point in the history
  • Loading branch information
claynerobison authored Jun 21, 2024
1 parent eaafb73 commit 13fb51b
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pandas
scikit-learn
scikit-learn>=1.5.0
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
- pytest-cov ==4.1.0
- pytest-mock ==3.11.1
- pytest-xdist ==3.3.1
- scikit-learn ==1.2.2
- scikit-learn >=1.5.0
- tox ==3.27.1
- xlrd ==2.0.1
- pip:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mlflow
scikit-learn==1.2.2
scikit-learn>=1.5.0
xlrd==2.0.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ build==0.10.0
mlflow
notebook==6.5.4
pandas-gbq==0.19.1
scikit-learn==1.2.2
scikit-learn>=1.5.0
xlrd==2.0.1
2 changes: 1 addition & 1 deletion docs/notebooks/transfer_learning/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ tf-models-official
torch==1.13.1
torchvision==0.14.1
transformers~=4.38.0 # upgraded to avoid a vulnerability
urllib3~=2.0.2
urllib3>=2.2.2
wget~=3.2
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pandas
psutil
pyyaml
requests
scikit-learn
scikit-learn>=1.5.0
scipy==1.10.0
setuptools
six
Expand Down
2 changes: 1 addition & 1 deletion models_v2/pytorch/dlrm/inference/gpu/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ future
numpy
onnx
pydot
scikit-learn
scikit-learn>=1.5.0
torchrec-nightly
torchx-nightly
tqdm
2 changes: 1 addition & 1 deletion models_v2/pytorch/yolov5/inference/gpu/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ seaborn>=0.11.0
# onnx-simplifier>=0.4.1 # ONNX simplifier
# onnx>=1.9.0 # ONNX export
# openvino-dev # OpenVINO export
# scikit-learn==0.19.2 # CoreML quantization
# scikit-learn>=1.5.0 # CoreML quantization
# tensorflow>=2.4.1 # TFLite export (or tensorflow-cpu, tensorflow-aarch64)
# tensorflowjs>=3.9.0 # TF.js export

Expand Down
2 changes: 1 addition & 1 deletion quickstart/recommendation/pytorch/dlrm/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
future
numpy
scikit-learn
scikit-learn>=1.5.0
torch
tqdm
wheel==0.38.0 # upgraded to avoid a vulnerability

0 comments on commit 13fb51b

Please sign in to comment.