Skip to content

Commit

Permalink
Update Quasar and Spectroscopy in installers
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Jun 28, 2024
1 parent 5f9e990 commit fe7f7b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-conda-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
# CONDA_SPEC_FILE: ..\specs\win\conda-spec.txt

# Quasar
QUASAR_VERSION: "1.9.2"
SPECTROSCOPY_VERSION: "0.6.13"
QUASAR_VERSION: "1.10.1"
SPECTROSCOPY_VERSION: "0.6.14"

strategy:
fail-fast: False
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-macos-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.2"
BUILD_COMMIT: "3.37.0"
BUILD_LOCAL: ""
PYTHONFAULTHANDLER: 1
PIP_DISABLE_PIP_VERSION_CHECK: 1
Expand All @@ -25,8 +25,8 @@ jobs:
PIP_NO_WARN_SCRIPT_LOCATION: 1

# Quasar
QUASAR_VERSION: "1.9.2"
SPECTROSCOPY_VERSION: "0.6.13"
QUASAR_VERSION: "1.10.1"
SPECTROSCOPY_VERSION: "0.6.14"

strategy:
fail-fast: False
Expand Down

0 comments on commit fe7f7b9

Please sign in to comment.