Skip to content

Commit

Permalink
use orange 3.36.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Jan 30, 2024
1 parent 7cf85a4 commit 3df6b97
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-conda-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.* \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-macos-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 @@ -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
Expand Down

0 comments on commit 3df6b97

Please sign in to comment.