Skip to content

Commit 32bbd82

Browse files
committed
numpy to 1.26, scipy to 1.14
1 parent a2170ad commit 32bbd82

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ jobs:
8080
micromamba create -p ./env --yes \
8181
${EXTRA_ARGS[*]} \
8282
python=$PYTHON_VERSION \
83-
numpy=1.25.* \
84-
scipy=1.13.* \
83+
numpy=1.26.* \
84+
scipy=1.14.* \
8585
scikit-learn=1.5.2 \
8686
pandas=1.5.* \
8787
pyqtgraph=0.13.* \

specs/macos/requirements-arm64.txt

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

8-
numpy~=1.25.0
9-
scipy~=1.13.0
8+
numpy~=1.26.0
9+
scipy~=1.14.0
1010
scikit-learn~=1.5.1
1111
bottleneck~=1.3.0
1212
joblib==1.2.0

specs/macos/requirements.txt

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

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

8-
numpy~=1.25.0
9-
scipy~=1.13.0
8+
numpy~=1.26.0
9+
scipy~=1.14.0
1010
scikit-learn~=1.5.1
1111
bottleneck~=1.3.0
1212
joblib==1.2.0

specs/win/requirements.txt

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

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

8-
numpy~=1.25.0
9-
scipy~=1.13.0
8+
numpy~=1.26.0
9+
scipy~=1.14.0
1010
scikit-learn~=1.5.1
1111
bottleneck~=1.3.0
1212
chardet~=5.0

0 commit comments

Comments
 (0)