-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[sdk] dependency conflict with tensorflow 2.6.0 and seldon-core #6651
Comments
1 task
google-oss-robot
pushed a commit
that referenced
this issue
Oct 6, 2021
(#6683) * relax typing-extension version * add release note
@chensun click<9,>=7.1.1 works for me with kfp and seldon-core |
Please reopen, i can still see pipelines/sdk/python/requirements.txt Line 22 in 7b4f283
and pipelines/sdk/python/requirements.in Line 29 in 7b4f283
|
1 task
google-oss-robot
pushed a commit
that referenced
this issue
Oct 8, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
KFP version: 1.7
KFP SDK version: 1.8.3
All dependencies version:
kfp==1.8.3 collides with tensorflow==2.6 because it requires
pipelines/sdk/python/setup.py
Line 56 in 220d79d
while tensorflow needs
https://github.com/tensorflow/tensorflow/blob/421fba8888bb8f8724bc2e35ca2fdcde16e1bfe5/tensorflow/tools/pip_package/setup.py#L90
is
'typing-extensions>=3.7.4,<4;python_version<"3.9"'
not enough?The same goes for seldon-core==1.11.* and package click and absl-py
The text was updated successfully, but these errors were encountered: