add scipy dependency in meta files. fixes #155
This commit is contained in:
committed by
lorenz
parent
b907e1febb
commit
875d1aaf47
@@ -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
4
metadata.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
[dependencies]
|
||||
workbenches=
|
||||
pylibs=scipy
|
||||
optionalpylibs=
|
||||
@@ -19,6 +19,7 @@
|
||||
<tag>gear</tag>
|
||||
<tag>gears</tag>
|
||||
</workbench>
|
||||
<depend>scipy</depend>
|
||||
</content>
|
||||
|
||||
</package>
|
||||
|
||||
Reference in New Issue
Block a user