RJT1990 / pyflux

Open source time series library for Python
BSD 3-Clause "New" or "Revised" License
2.1k stars 240 forks source link

Add version to scipy dependency #87

Open jamescasbon opened 7 years ago

jamescasbon commented 7 years ago

Hi, which version of scipy is needed please? Ideally this should be in setup.py

I get a fail with

ImportError: cannot import name invwishart

RJT1990 commented 7 years ago

Hi James - yes version requirements are indeed important and it's a bad omission on my part; the reason why I haven't got around to specifying these yet as I wanted to finalize a list of requirements for the beta release, which is scheduled in next few months. Scipy versions >= 0.17.1 should work for now.