Skip to content

Commit

Permalink
Quasar 1.7.0
Browse files Browse the repository at this point in the history
Based on Orange 3.34.0 and orange-spectroscopy 0.6.8
  • Loading branch information
markotoplak committed Dec 8, 2022
1 parent aef60eb commit ddd9a8b
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image: Visual Studio 2019
environment:
global:
# Commit ref/tag to checkout
BUILD_COMMIT: 1.6.0
BUILD_COMMIT: 1.7.0

# Build the package locally or use the build packages from
# conda-forge / PyPI. Unsupported!
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
variables:
BUILD_BRANCH: master
BUILD_COMMIT: 1.6.0
BUILD_COMMIT: 1.7.0
BUILD_LOCAL:

APP: "/Applications/Quasar.app"
Expand Down
4 changes: 2 additions & 2 deletions ci/appveyor-conda-build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ if "%CONDA_SPEC_FILE%" == "" (
bottleneck=1.3.* ^
pyqt=5.15.* ^
pyqtwebengine=5.15.* ^
Orange3=3.33.0 ^
Orange3=3.34.0 ^
blas=*=openblas ^
quasar=%VERSION% ^
orange-spectroscopy=0.6.6 ^
orange-spectroscopy=0.6.8 ^
opusFC=1.3.0 ^
h5py ^
|| exit /b !ERRORLEVEL!
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Orange3>=3.33.0
orange-spectroscopy>=0.6.6
Orange3>=3.34.0
orange-spectroscopy>=0.6.8
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.33.0
- orange-spectroscopy>=0.6.6
- orange3>=3.34.0
- orange-spectroscopy>=0.6.8

test:
imports:
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.6.0"
VERSION = "1.7.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
8 changes: 4 additions & 4 deletions specs/macos/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ catboost
h5py
opusFC>=1.3.0

Orange3==3.33.0
orange-widget-base==4.18.0
orange-canvas-core==0.1.27
Orange3==3.34.0
orange-widget-base==4.19.0
orange-canvas-core==0.1.29

orange-spectroscopy==0.6.6
orange-spectroscopy==0.6.8

0 comments on commit ddd9a8b

Please sign in to comment.