Skip to content

Commit

Permalink
numpy to 1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Oct 23, 2024
1 parent a2170ad commit 02ab98d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-conda-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
micromamba create -p ./env --yes \
${EXTRA_ARGS[*]} \
python=$PYTHON_VERSION \
numpy=1.25.* \
numpy=1.26.* \
scipy=1.13.* \
scikit-learn=1.5.2 \
pandas=1.5.* \
Expand Down
2 changes: 1 addition & 1 deletion specs/macos/requirements-arm64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
--prefer-binary
--only-binary numpy,scipy,scikit-learn,bottleneck,PyQt6,PyQt6-webengine,PyQt6-Qt6

numpy~=1.25.0
numpy~=1.26.0
scipy~=1.13.0
scikit-learn~=1.5.1
bottleneck~=1.3.0
Expand Down
2 changes: 1 addition & 1 deletion specs/macos/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

numpy~=1.25.0
numpy~=1.26.0
scipy~=1.13.0
scikit-learn~=1.5.1
bottleneck~=1.3.0
Expand Down
2 changes: 1 addition & 1 deletion specs/win/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

numpy~=1.25.0
numpy~=1.26.0
scipy~=1.13.0
scikit-learn~=1.5.1
bottleneck~=1.3.0
Expand Down

0 comments on commit 02ab98d

Please sign in to comment.