jackscott / python-statlib

Exported from google.code, needed to get this crusty code working in a modern world
https://archive.org/web/
Other
0 stars 0 forks source link

Project description says "pure-python package with no other dependency" yet sub-libraries depend on Numpy #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The project description says that this is a "pure-python package with no
other dependency".

Both anova.py and io.py import numpy.

Original issue reported on code.google.com by fuzzyman on 2 Aug 2008 at 10:13

GoogleCodeExporter commented 8 years ago
Indeed, this has been missed due to the fact we have numpy installed ... and it 
takes
some effort to get an alternate installation in place.

I will try to get rid of the numpy imports, these are needed only in some corner
cases and the import should not need be global.

Original comment by istvan.a...@gmail.com on 12 Aug 2008 at 1:08