Skip to content

Commit

Permalink
ci: pin numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jan 4, 2022
1 parent 6af0eb9 commit 8118214
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion build-recipes/hook-pyjibe.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@

hiddenimports = ["mpl_toolkits",
"mpl_toolkits.axes_grid1",
"numpy.distutils", # Python 3.8 and macos-latest GHA
]
4 changes: 3 additions & 1 deletion build-recipes/macos_build_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ pyinstaller>=4.2
# https://github.com/pyinstaller/pyinstaller/issues/5631
pyqt5==5.15.3
# pyinstaller is missing a hook for the latest release of scipy
scipy<1.5.0
scipy<1.5.0
# this can be removed when PyInstaller<4.7 is released
numpy<1.22.0

0 comments on commit 8118214

Please sign in to comment.