Skip to content

Commit

Permalink
[temp] remove opusFC (not available for 3.11)
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Jun 27, 2024
1 parent 68becd0 commit f253fa7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-conda-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ jobs:
blas=*=openblas \
quasar=$QUASAR_VERSION \
orange-spectroscopy=$SPECTROSCOPY_VERSION \
opusFC=1.3.0 \
h5py \
lmfit=1.2.2
openpyxl=3.1.2 \
Expand Down Expand Up @@ -174,7 +173,6 @@ jobs:
# Quasar specific tests
$PYTHON -m unittest -v orangecontrib.spectroscopy.tests
$PYTHON -m quasar --help
$PYTHON -c "import opusFC"
- name: Test conda
shell: cmd
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-macos-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,3 @@ jobs:
# Quasar specific tests
$APP/Contents/MacOS/python -Xfaulthandler -m unittest -v orangecontrib.spectroscopy.tests
$APP/Contents/MacOS/python -Xfaulthandler -m quasar --help
$APP/Contents/MacOS/python -Xfaulthandler -c "import opusFC"
1 change: 0 additions & 1 deletion specs/macos/requirements-arm64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ catboost
openpyxl==3.1.2 # prevent failing tests due to a hotfix check, remove in next release

h5py
opusFC>=1.3.0
lmfit~=1.2.2
1 change: 0 additions & 1 deletion specs/macos/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ catboost~=1.1.1 # catboost 1.2 wheels do not support macos <11
openpyxl==3.1.2 # prevent failing tests due to a hotfix check, remove in next release

h5py
opusFC>=1.3.0
lmfit~=1.2.2

# use the same webengine as Orange 3.36.2 release (newer .12 does not work on a Big sur Mac)
Expand Down

0 comments on commit f253fa7

Please sign in to comment.