Skip to content

Commit

Permalink
ci: pin pyinstaller to 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Oct 20, 2022
1 parent 3eb64ea commit 5b5356c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ notifications:

environment:
matrix:
- PYTHON: "C:\\Python38-x64"
- PYTHON: "C:\\Python39-x64"
# set time zone for R (to avoid warnings during installation)
TZ: "GMT"

Expand Down
3 changes: 2 additions & 1 deletion build-recipes/macos_build_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Any additional requirements for building the application
pyinstaller>=4.7
# Issues with setuptools._distutils
pyinstaller==5.3
setuptools
9 changes: 3 additions & 6 deletions build-recipes/win_build_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# 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
# Issues with setuptools._distutils
pyinstaller==5.3
setuptools
# https://github.com/rpy2/rpy2/issues/796
rpy2==3.4.5
setuptools

0 comments on commit 5b5356c

Please sign in to comment.