Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider locking down the version of scipy in setup.py #182

Open
evasilchenko opened this issue Dec 28, 2018 · 1 comment
Open

Consider locking down the version of scipy in setup.py #182

evasilchenko opened this issue Dec 28, 2018 · 1 comment

Comments

@evasilchenko
Copy link

Hello,

We just ran into an issue with using talon 1.3.7 in our django application but the issue exists in the latest version of talon as well. Because scipy is not locked down to a specific version in setup.py we ended up installing scipy 1.2.0 which produced syntax errors while trying to run:

from talon.signature.bruteforce import extract_signature

You can find the associated scipy issue here

Please let me know if you need more details around this.

@pgcd
Copy link

pgcd commented Dec 10, 2019

Seconded - at least it would be convenient to know what versions of numpy, scipy and scikit-learn are known to work without warnings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants