bottler / iisignature

Iterated integral signature calculations
MIT License
94 stars 18 forks source link

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

Closed jc-healy closed 9 months ago

jc-healy commented 1 year ago

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

soerenwolfers commented 1 year ago

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

bnikolic commented 9 months ago

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