Skip to content

Commit

Permalink
ci: try to fix windows checks
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Nov 5, 2023
1 parent eeeabc7 commit 7a5a709
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
extra-packages: any::lme4
- name: Downgrade rpy2 (Windows)
if: runner.os == 'Windows' && matrix.extras == 'all'
if: runner.os == 'Windows'
run: |
# Force installation of rpy2 3.5.12
# https://github.com/rpy2/rpy2/issues/1044
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
2.14.0
- ref: don't set RTDCBase.identifier to slot identifier
- setup: drop support for Python 3.8
- setup: bump dclab from 0.54.2 to 0.55.0 (better DCOR support)
- setup: bump dclab from 0.54.2 to 0.55.4 (better DCOR support)
- build: use Python 3.10 for building executables
2.13.7
- ci: fix rtd build pipeline
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
description=description,
long_description=open('README.rst').read() if exists('README.rst') else '',
install_requires=["fcswrite>=0.5.1",
"dclab[dcor,lme4]>=0.55.0",
"dclab[dcor,http,lme4]>=0.55.4",
"h5py>=2.8.0",
"numpy>=1.21", # CVE-2021-33430
"pyqt5",
Expand Down

0 comments on commit 7a5a709

Please sign in to comment.