looooo / freecad.frametools

beams and frames

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scipy dependency?

luzpaz opened this issue · comments

Is there one? and what is the minimum version?
Note: add dep tag to package.xml if necessary

af8f4b0

but does it check if there is already a SciPy installed? I don't want to install SciPy if it is already installed in a bundle via another package-manager

@chennes does the addon manager check in advance if scipy is installed?

@looooo what's the minimum version required?

Yes, the Addon Manager tries to import whatever library you specify, and if that import works, it doesn't try to install it.