diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-03-02 18:35:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-02 18:35:17 +0100 |
| commit | 70d2ea52c412eb983a6d6037f1bb0ec1258196c1 (patch) | |
| tree | 16a09ed053af569ccc7e8bfc450ffeafa219913e /bin | |
| parent | 1a6bb635433de35234cf90b1783eb0d81e155a06 (diff) | |
remove scipy dependency (#3483)
smoothing with scipy (could be improved in a later commit)
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/build-linux32-venv | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/build-linux32-venv b/bin/build-linux32-venv index d0b8385a..1924a83c 100644 --- a/bin/build-linux32-venv +++ b/bin/build-linux32-venv @@ -19,7 +19,5 @@ virtualenv/bin/pip install -r requirements.txt virtualenv/bin/pip install pandas virtualenv/bin/pip install pyinstaller -# scipy gives us an ELF error when stripped -virtualenv/bin/pip uninstall --yes scipy -virtualenv/bin/pip install scipy --no-binary scipy + deactivate |
