Skip to content

Commit 5542fc9

Browse files
authored
Merge pull request #55 from markotoplak/update_libs
Update numpy, scipy, scikit-learn deps
2 parents 63dbb4e + 02ab98d commit 5542fc9

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
env:
1717
REPO: https://github.com/biolab/orange3.git
1818
BUILD_BRANCH: master
19-
BUILD_COMMIT: "3.36.1"
19+
BUILD_COMMIT: "3.37.0"
2020
BUILD_LOCAL: ""
2121

2222
PYTHONFAULTHANDLER: 1
@@ -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.26.* \
84+
scipy=1.13.* \
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: 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.26.0
9+
scipy~=1.13.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: 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.26.0
9+
scipy~=1.13.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: 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.26.0
9+
scipy~=1.13.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)