Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelle Spijker <spijker.jelle@gmail.com>2022-06-26 11:55:29 +0300
committerJelle Spijker <spijker.jelle@gmail.com>2022-06-26 11:55:29 +0300
commited9cdb6b344ee9e1f8ce423b7567c62705fbab37 (patch)
treeff326823d71950771c6f3150c54fb6a40789c6d8
parentced7a6fde23c3aeda22d62e8e3b4eb71ff755047 (diff)
Added Numpy-stl to requirements
Relates to GH issue #10696 TODO: double check if we need to specify it manualy for pyinstaller to collect Contributes to CURA-9365
-rw-r--r--requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 6cf58c77f4..d170506fcc 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -108,6 +108,8 @@ pyserial==3.4 \
--hash=sha256:e0770fadba80c31013896c7e6ef703f72e7834965954a78e71a3049488d4d7d8
### Indirect requirements ###
+numpy-stl==2.10.1 \
+ --hash=sha256:f6b529b8a8112dfe456d4f7697c7aee0aca62be5a873879306afe4b26fca963c
shapely==1.8.2 \
--hash=sha256:572af9d5006fd5e3213e37ee548912b0341fb26724d6dc8a4e3950c10197ebb6 \
--hash=sha256:c60f3758212ec480675b820b13035dda8af8f7cc560d2cc67999b2717fb8faef \