aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2022-05-10 08:00:02 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2022-05-17 16:46:59 +0200
commit9a2a9bae00003f7dc0cea782bb10775aa25c8933 (patch)
tree382566d7cc3b0c09b058569e348b707cf8faf732 /requirements.txt
parente6082b18b904569fc946b9f36fc995684463267f (diff)
Enable numpy support by default
This effectively undoes 36431b071095b8999347df87621bf23ffcc2ac3d which disabled numpy support in libpyside due to - break cx_freeeze - Cause embedding applications to fail to load with "undefined symbol: PyExc_RecursionError" Auto-detection along with --enable/--disable options is introduced instead. All numpy code is now located in libshiboken and it cleanly recovers when numpy cannot be found on the target system. The PyExc_RecursionError issue could not longer be reproduced. [ChangeLog][PySide6] Numpy support is now enabled by default. Task-number: PYSIDE-1924 Change-Id: I0fdb3612471971afa49ac3141845cf5d6dbfa7e0 Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 889e38de5..a4757b959 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,6 +8,7 @@ six
wheel>=0.35
PyOpenGL
pyinstaller==3.6
+numpy
nuitka
dataclasses; python_version < '3.7'
furo