Skip to content

Commit

Permalink
build: update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Feb 20, 2023
1 parent e34a55e commit b161b6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 20 deletions.
15 changes: 3 additions & 12 deletions build-recipes/macos_build_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
# Any additional requirements for building the application
# https://github.com/pyinstaller/pyinstaller/issues/4110
joblib>=0.14.0
# FileNotFoundError: [Errno 2] No such file or directory: '[...]matplotlibrc'
matplotlib==3.3.4
# https://github.com/pyinstaller/pyinstaller/issues/5004
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
# this can be removed when PyInstaller<4.7 is released
numpy<1.22.0
# Issues with setuptools._distutils
pyinstaller==5.3
setuptools
13 changes: 5 additions & 8 deletions build-recipes/win_build_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# Any additional requirements for building the application
# https://github.com/pyinstaller/pyinstaller/issues/4110
joblib>=0.14.0
# FileNotFoundError: [Errno 2] No such file or directory: '[...]matplotlibrc'
matplotlib==3.3.4
# https://github.com/pyinstaller/pyinstaller/issues/5004
pyinstaller>=4.2
# Any additional requirements for building the application
# Issues with setuptools._distutils
pyinstaller==5.3
setuptools
scipy<=1.9.1
# nanite needs scikit-learn>0.23.0
scikit-learn==0.23.1
# pyinstaller is missing a hook for the latest release of scipy
scipy<1.5.0

0 comments on commit b161b6a

Please sign in to comment.