Skip to content

Commit

Permalink
Use older lmfit
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Apr 19, 2024
1 parent 548e7c3 commit a143bad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-conda-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ jobs:
quasar=$QUASAR_VERSION \
orange-spectroscopy=$SPECTROSCOPY_VERSION \
opusFC=1.3.0 \
h5py
h5py \
lmfit=1.2.2
conda list -p ./env --export --explicit --md5 > env-spec.txt
cat env-spec.txt
echo "CONDA_SPEC_FILE=env-spec.txt" >> $GITHUB_ENV
Expand Down
1 change: 1 addition & 0 deletions specs/macos/requirements-arm64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ catboost

h5py
opusFC>=1.3.0
lmfit~=1.2.2
1 change: 1 addition & 0 deletions specs/macos/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ catboost~=1.1.1 # catboost 1.2 wheels do not support macos <11

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)
PyQtWebEngine-Qt5==5.15.2

0 comments on commit a143bad

Please sign in to comment.