From 3df6b9781bc892113dc1b40454fc2c749a553cb9 Mon Sep 17 00:00:00 2001 From: Marko Toplak Date: Tue, 30 Jan 2024 13:53:49 +0100 Subject: [PATCH] use orange 3.36.2 --- .cirrus.yml | 2 +- .github/workflows/build-conda-installer.yml | 4 ++-- .github/workflows/build-macos-installer.yml | 4 ++-- specs/macos/requirements-arm64.txt | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index cdc862c..942f100 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -4,7 +4,7 @@ macos_arm64_dmg_task: env: REPO: https://github.com/biolab/orange3.git BUILD_BRANCH: master - BUILD_COMMIT: 3.36.1 + BUILD_COMMIT: 3.36.2 APP: "/Applications/Quasar-M.app" PYTHON_VERSION: "3.10.11" diff --git a/.github/workflows/build-conda-installer.yml b/.github/workflows/build-conda-installer.yml index ab1e7e3..9786fc5 100644 --- a/.github/workflows/build-conda-installer.yml +++ b/.github/workflows/build-conda-installer.yml @@ -16,7 +16,7 @@ jobs: env: REPO: https://github.com/biolab/orange3.git BUILD_BRANCH: master - BUILD_COMMIT: "3.36.1" + BUILD_COMMIT: "3.36.2" BUILD_LOCAL: "" PYTHONFAULTHANDLER: 1 @@ -88,7 +88,7 @@ jobs: python=$PYTHON_VERSION \ numpy=1.24.* \ scipy=1.10.* \ - scikit-learn=1.1.* \ + scikit-learn=1.3.* \ pandas=1.5.* \ pyqtgraph=0.13.* \ bottleneck=1.3.* \ diff --git a/.github/workflows/build-macos-installer.yml b/.github/workflows/build-macos-installer.yml index 183a50a..78b7aae 100644 --- a/.github/workflows/build-macos-installer.yml +++ b/.github/workflows/build-macos-installer.yml @@ -16,8 +16,8 @@ jobs: env: REPO: https://github.com/biolab/orange3.git BUILD_BRANCH: master - BUILD_COMMIT: FETCH_HEAD - BUILD_LOCAL: 1 + BUILD_COMMIT: "3.36.2" + BUILD_LOCAL: "" APP: "/Applications/Quasar.app" PYTHONFAULTHANDLER: 1 diff --git a/specs/macos/requirements-arm64.txt b/specs/macos/requirements-arm64.txt index 653e73d..8b94b0c 100644 --- a/specs/macos/requirements-arm64.txt +++ b/specs/macos/requirements-arm64.txt @@ -7,7 +7,7 @@ numpy~=1.24.0 scipy~=1.10.0 -scikit-learn~=1.1.2 +scikit-learn~=1.3.0 bottleneck~=1.3.0 joblib==1.2.0 chardet~=5.0