Skip to content

Commit

Permalink
build: put pyqt5 pin back
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Oct 20, 2022
1 parent 1ee0dc0 commit 606bb21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
2.11.8
- setup: bump dclab from 0.45.0 to 0.46.2 (#132)
- build: pump pyinstaller version and remove pyqt5 pin
- build: bump pyinstaller version
- ref: use `hashobj` from upstream dclab (#132)
2.11.7
- build: fix build pipelines
Expand Down
4 changes: 4 additions & 0 deletions build-recipes/win_build_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Any additional requirements for building the application
pyinstaller>=5.5
# I tried to remove the below pinning, but things failed on AppVeyor
# due to some setuptools issue...
# https://github.com/pyinstaller/pyinstaller/issues/5631
pyqt5==5.15.3
# https://github.com/rpy2/rpy2/issues/796
rpy2==3.4.5
setuptools

0 comments on commit 606bb21

Please sign in to comment.