Skip to content

Commit

Permalink
Release 1.11.0
Browse files Browse the repository at this point in the history
Orange >=3.38.1, Spectroscopy >=0.8.0, SNOM >=0.0.4
  • Loading branch information
markotoplak committed Dec 30, 2024
1 parent 83a80b1 commit 844b2d3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 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.37.0"
BUILD_COMMIT: "3.38.1"
BUILD_LOCAL: ""

PYTHONFAULTHANDLER: 1
Expand All @@ -27,8 +27,8 @@ jobs:
# CONDA_SPEC_FILE: ..\specs\win\conda-spec.txt

# Quasar
QUASAR_VERSION: "1.10.2"
SPECTROSCOPY_VERSION: "0.7.2"
QUASAR_VERSION: "1.11.0"
SPECTROSCOPY_VERSION: "0.8.0"
SNOM_VERSION: "0.0.4"

strategy:
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.37.0"
BUILD_COMMIT: "3.38.1"
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.10.2"
SPECTROSCOPY_VERSION: "0.7.2"
QUASAR_VERSION: "1.11.0"
SPECTROSCOPY_VERSION: "0.8.0"
SNOM_VERSION: "0.0.4"

strategy:
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Orange3>=3.37.0
orange-spectroscopy>=0.7.2
Orange3>=3.38.1
orange-spectroscopy>=0.8.0
orange-snom>=0.0.4
4 changes: 2 additions & 2 deletions scripts/conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ requirements:
- recommonmark
run:
- python
- orange3>=3.37.0
- orange-spectroscopy>=0.7.2
- orange3>=3.38.1
- orange-spectroscopy>=0.8.0
- orange-snom>=0.0.4

test:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

NAME = "Quasar"

VERSION = "1.10.2"
VERSION = "1.11.0"

DESCRIPTION = "Quasar is a collection of data analysis toolboxes extending the Orange suite."
LONG_DESCRIPTION = open(path.join(path.dirname(__file__), 'README.pypi')).read()
Expand Down

0 comments on commit 844b2d3

Please sign in to comment.