Skip to content

Commit bda5087

Browse files
committed
Update numpy, scipy, scikit-learn deps
1 parent e76c5fb commit bda5087

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ jobs:
8080
micromamba create -p ./env --yes \
8181
${EXTRA_ARGS[*]} \
8282
python=$PYTHON_VERSION \
83-
numpy=1.24.* \
84-
scipy=1.10.* \
85-
scikit-learn=1.1.* \
83+
numpy=1.25.* \
84+
scipy=1.13.* \
85+
scikit-learn=1.4.* \
8686
pandas=1.5.* \
8787
pyqtgraph=0.13.* \
8888
bottleneck=1.3.* \

specs/macos/requirements-arm64.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
--prefer-binary
66
--only-binary numpy,scipy,scikit-learn,bottleneck,PyQt6,PyQt6-webengine,PyQt6-Qt6
77

8-
numpy~=1.24.0
9-
scipy~=1.10.0
10-
scikit-learn~=1.3.0
8+
numpy~=1.25.0
9+
scipy~=1.13.0
10+
scikit-learn~=1.4.0
1111
bottleneck~=1.3.0
1212
joblib==1.2.0
1313
chardet~=5.0

specs/macos/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
--only-binary numpy,scipy,scikit-learn,PyQt5,opentsne
77

8-
numpy~=1.24.0
9-
scipy~=1.10.0
10-
scikit-learn~=1.3.0
8+
numpy~=1.25.0
9+
scipy~=1.13.0
10+
scikit-learn~=1.4.0
1111
bottleneck~=1.3.0
1212
joblib==1.2.0
1313
chardet~=5.0

specs/win/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
--only-binary numpy,scipy,scikit-learn,PyQt5,opentsne
77

8-
numpy~=1.24.0
9-
scipy~=1.10.0
10-
scikit-learn~=1.3.0
8+
numpy~=1.25.0
9+
scipy~=1.13.0
10+
scikit-learn~=1.4.0
1111
bottleneck~=1.3.0
1212
chardet~=5.0
1313
keyring~=23.0

0 commit comments

Comments
 (0)