Skip to content

Commit

Permalink
explicitly require openpyxl 3.1.2 for tests to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed May 31, 2024
1 parent 5c55ec3 commit 6da47e5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-conda-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
pyqt=5.15.* \
pyqtwebengine=5.15.* \
Orange3=$VERSION \
openpyxl=3.1.2 \
blas=*=openblas
conda list -p ./env --export --explicit --md5 > env-spec.txt
cat env-spec.txt
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 @@ -31,3 +31,4 @@ python-louvain>=0.13
pandas~=1.5.0
xgboost
catboost
openpyxl==3.1.2 # prevent failing tests due to a hotfix check, remove in next release
1 change: 1 addition & 0 deletions specs/macos/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ python-louvain>=0.13
pandas~=1.5.0
xgboost
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
1 change: 1 addition & 0 deletions specs/win/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ python-louvain>=0.13
pandas~=1.5.0
catboost
xgboost
openpyxl==3.1.2 # prevent failing tests due to a hotfix check, remove in next release

0 comments on commit 6da47e5

Please sign in to comment.