-
Notifications
You must be signed in to change notification settings - Fork 311
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
Upgrade the tensorflow version in setup.py to support higher versions of Python #172
Comments
@vijay-arya @michaelhind @animeshsingh @krvarshney Hi! Sorry for the extra ping but the above PRs would probably help a lot of people since Python 3.7 is going EOL soon and a lot of projects now require 3.8+. If you have time could you please check if the tensorflow dep can be updated? Thanks in advance :) |
Hello, I was wondering why the shap algorithm requires version 1.14.0 of tensorflow: Line 75 in 75eb9fb
when this requirement does not seem to be enforced by the shap package? https://github.com/shap/shap/blob/b92aef0b6a3264574db31556ca26236b5994a387/pyproject.toml#L72 Thank you :) |
Hi folks!
The
setup.py
referencestensorflow==1.14
, that IIUC supports only Python 3.7, going to be EOL very soon. Would it be possible to bump the dependency up to support at least python 3.8+?The text was updated successfully, but these errors were encountered: