Skip to content

Commit

Permalink
Orange 3.36.2, Orange Spectroscopy 0.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Feb 6, 2024
1 parent 7c15e37 commit 64417b0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ macos_arm64_dmg_task:

# Quasar
QUASAR_VERSION: "1.9.0"
SPECTROSCOPY_VERSION: "0.6.11"
SPECTROSCOPY_VERSION: "0.6.12"

prerequisites_script:
- brew install python@3.10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-conda-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

# Quasar
QUASAR_VERSION: "1.9.0"
SPECTROSCOPY_VERSION: "0.6.11"
SPECTROSCOPY_VERSION: "0.6.12"

strategy:
fail-fast: False
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-macos-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

# Quasar
QUASAR_VERSION: "1.9.0"
SPECTROSCOPY_VERSION: "0.6.11"
SPECTROSCOPY_VERSION: "0.6.12"

strategy:
fail-fast: False
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.36.1
orange-spectroscopy>=0.6.11
Orange3>=3.36.2
orange-spectroscopy>=0.6.12
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.36.1
- orange-spectroscopy>=0.6.11
- orange3>=3.36.2
- orange-spectroscopy>=0.6.12

test:
imports:
Expand Down

0 comments on commit 64417b0

Please sign in to comment.