Skip to content

Commit

Permalink
build: fix macOS pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jun 26, 2024
1 parent 1d12f2f commit b88553c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.7.1
- build: fix macOS pipeline
0.7.0
- fix: handle copy errors (retry first, fail better)
- fix: handle stat errors when scanning directory tree
Expand Down
1 change: 1 addition & 0 deletions 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>=4.7
scipy==1.13.1 # pyinstaller: No module named 'scipy.special._special_ufuncs'
1 change: 1 addition & 0 deletions build-recipes/win_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>=4.7
scipy==1.13.1 # pyinstaller: No module named 'scipy.special._special_ufuncs'

0 comments on commit b88553c

Please sign in to comment.