tomate44 / CurvesWB

Experiments for a FreeCAD Surface workbench
GNU Lesser General Public License v2.1
112 stars 24 forks source link

Curves uses an outdated numpy #114

Closed packocrayons closed 6 months ago

packocrayons commented 8 months ago

Numpy has deprecated the "np.typeDict" for np.sctypeDict. This throws an error unless an older version of numpy is installed.

I think the package installs an older numpy version, but I updated numpy for other work on this machine and that broke the curves wb.

SO question about it (for tensorflow, but same idea) https://stackoverflow.com/questions/74852225/attributeerror-module-numpy-has-no-attribute-typedict

tomate44 commented 8 months ago

CurvesWB doesn't install any python package. CurvesWB doesn't use np.typeDict