Skip to content

Commit 02ab98d

Browse files
committed
numpy to 1.26
1 parent a2170ad commit 02ab98d

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
@@ -80,7 +80,7 @@ jobs:
8080
micromamba create -p ./env --yes \
8181
${EXTRA_ARGS[*]} \
8282
python=$PYTHON_VERSION \
83-
numpy=1.25.* \
83+
numpy=1.26.* \
8484
scipy=1.13.* \
8585
scikit-learn=1.5.2 \
8686
pandas=1.5.* \

specs/macos/requirements-arm64.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
--prefer-binary
66
--only-binary numpy,scipy,scikit-learn,bottleneck,PyQt6,PyQt6-webengine,PyQt6-Qt6
77

8-
numpy~=1.25.0
8+
numpy~=1.26.0
99
scipy~=1.13.0
1010
scikit-learn~=1.5.1
1111
bottleneck~=1.3.0

specs/macos/requirements.txt

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

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

8-
numpy~=1.25.0
8+
numpy~=1.26.0
99
scipy~=1.13.0
1010
scikit-learn~=1.5.1
1111
bottleneck~=1.3.0

specs/win/requirements.txt

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

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

8-
numpy~=1.25.0
8+
numpy~=1.26.0
99
scipy~=1.13.0
1010
scikit-learn~=1.5.1
1111
bottleneck~=1.3.0

0 commit comments

Comments
 (0)