diff options
| author | rejbasket <39080670+rejbasket@users.noreply.github.com> | 2023-06-20 17:07:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-20 17:07:15 +0200 |
| commit | 27d40d19b9b369a9fa411219dbb1e9ef9f473f79 (patch) | |
| tree | 19b249d85ccbdb02657bb84193760eb897fd5095 /bin | |
| parent | 92623d460d82f01c01353a5a5c992ec53baf7f41 (diff) | |
Windows numpy fix (#2377)
* added Gio and wx to hidden imports
changed numpy and scipy version for compatibility
* update versions numpy and scipy
---------
Co-authored-by: rejbasket <rejbasket@users.noreply.github.com>
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/build-python | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/build-python b/bin/build-python index d0d20670..2a8cda7c 100755 --- a/bin/build-python +++ b/bin/build-python @@ -25,6 +25,8 @@ fi if [ "$BUILD" = "linux" ]; then pyinstaller_args+="--hidden-import gi.repository.Gtk " + pyinstaller_args+="--hidden-import gi.repository.Gio " + pyinstaller_args+="--hidden-import wx " fi |
