add scipy dependency in meta files. fixes #155

This commit is contained in:
Alexander Vowinkel
2024-11-01 15:31:06 +01:00
committed by lorenz
parent b907e1febb
commit 875d1aaf47
3 changed files with 8 additions and 0 deletions

View File

@@ -5,6 +5,9 @@
FreeCAD > v0.16
__python > 3 (for python2 use branch py2)__
### Python packages
scipy
## Supported gear-types

4
metadata.txt Normal file
View File

@@ -0,0 +1,4 @@
[dependencies]
workbenches=
pylibs=scipy
optionalpylibs=

View File

@@ -19,6 +19,7 @@
<tag>gear</tag>
<tag>gears</tag>
</workbench>
<depend>scipy</depend>
</content>
</package>