iisignature icon indicating copy to clipboard operation
iisignature copied to clipboard

pip install iisignature does not work unless numpy is pre-installed

Open jc-healy opened this issue 2 years ago • 1 comments

We suggest removing import numpy from the setup.py script.

jc-healy avatar Jan 29 '23 22:01 jc-healy

One is the first lines of the readme says you have to have nummy preinstalled, although i agree that this would be better handled with an entry in setup_requires (not install_requires!)

Edit: it's already there

soerenwolfers avatar Jan 30 '23 08:01 soerenwolfers

I think this is fixed by : https://github.com/bottler/iisignature/pull/21 which is merged

bnikolic avatar Feb 09 '24 11:02 bnikolic