Skip to content

Commit

Permalink
setup: pin scipy to 1.11.4 in build recipe due to pyinstaller issue
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Apr 4, 2024
1 parent f852f1a commit e463a10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build-recipes/macos_build_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Any additional requirements for building the application
pyinstaller
pyinstaller
scipy==1.11.4 # hat problems with pyinstaller (scipy.special._cdflib not found)
3 changes: 2 additions & 1 deletion build-recipes/win_build_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Any additional requirements for building the application
# https://github.com/rpy2/rpy2/issues/796
pyinstaller
rpy2==3.4.5
pyinstaller
scipy==1.11.4 # hat problems with pyinstaller (scipy.special._cdflib not found)

0 comments on commit e463a10

Please sign in to comment.