Skip to content

Commit a2170ad

Browse files
committed
newer scikit-learn
1 parent bda5087 commit a2170ad

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-conda-installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
python=$PYTHON_VERSION \
8383
numpy=1.25.* \
8484
scipy=1.13.* \
85-
scikit-learn=1.4.* \
85+
scikit-learn=1.5.2 \
8686
pandas=1.5.* \
8787
pyqtgraph=0.13.* \
8888
bottleneck=1.3.* \

specs/macos/requirements-arm64.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
numpy~=1.25.0
99
scipy~=1.13.0
10-
scikit-learn~=1.4.0
10+
scikit-learn~=1.5.1
1111
bottleneck~=1.3.0
1212
joblib==1.2.0
1313
chardet~=5.0

specs/macos/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
numpy~=1.25.0
99
scipy~=1.13.0
10-
scikit-learn~=1.4.0
10+
scikit-learn~=1.5.1
1111
bottleneck~=1.3.0
1212
joblib==1.2.0
1313
chardet~=5.0

specs/win/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
numpy~=1.25.0
99
scipy~=1.13.0
10-
scikit-learn~=1.4.0
10+
scikit-learn~=1.5.1
1111
bottleneck~=1.3.0
1212
chardet~=5.0
1313
keyring~=23.0

0 commit comments

Comments
 (0)