-
Notifications
You must be signed in to change notification settings - Fork 330
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
Added new dependency on keras_nlp #2419
Conversation
Shouldn't we have this here too? |
Co-authored-by: Smit Lunagariya <[email protected]>
@@ -76,6 +76,7 @@ def is_pure(self): | |||
"tensorflow-datasets", | |||
"keras-core", | |||
"kagglehub", | |||
"keras_nlp", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will need to swap with keras_nlp_nightly
if we are going to do this for nightly package.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thinking again, this may be OK to add. But we don't want to add to requirements_common
@@ -4,6 +4,7 @@ regex | |||
pandas | |||
kagglehub | |||
keras-core>=0.1.6 | |||
keras_nlp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't want to add to reqirements_common
. This will cause other issues since keras_nlp
will install TF with it and we may want the GPU version. So lets keep keras_nlp
out of requirements file.
@VarunS1997 - I needed to cut a release. So wrapped this into #2427. If that's good, we can close this PR? |
Agreed with @sampathweb and have approved the other PR. Thanks! |
What does this PR do?
Fixes #2400 by adding the keras_nlp and tensorflow_text dependencies as direct requirements for the keras_cv repo.
Before submitting
Pull Request section?
to it if that's the case.