wmayner / pyphi

A toolbox for integrated information theory.
https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1006343
Other
368 stars 98 forks source link

Breaking changes in dependencies #29

Closed sliptype closed 4 years ago

sliptype commented 5 years ago

While trying to do a clean install, I noticed that both scipy and numpy have breaking changes and the versions in setup.py are not upper-bounded.

I was able to successfully install by installing the following versions:

scipy =1.2.1 numpy =1.16.2

wmayner commented 5 years ago

Thanks for reporting this. It's fixed in the develop branch; I'm just behind in pushing a new release.