-
Notifications
You must be signed in to change notification settings - Fork 135
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
Update all transforms to use single package library with [extra] #735
Conversation
Signed-off-by: Maroun Touma <[email protected]>
Signed-off-by: Maroun Touma <[email protected]>
…nd move to dev2 Signed-off-by: Maroun Touma <[email protected]>
Signed-off-by: Maroun Touma <[email protected]>
Signed-off-by: Maroun Touma <[email protected]>
Signed-off-by: Maroun Touma <[email protected]>
Signed-off-by: Maroun Touma <[email protected]>
Signed-off-by: Maroun Touma <[email protected]>
Signed-off-by: Maroun Touma <[email protected]>
Signed-off-by: Maroun Touma <[email protected]>
Signed-off-by: Maroun Touma <[email protected]>
Added missing requirements.txt
Add missing file name argument
Signed-off-by: Maroun Touma <[email protected]>
Signed-off-by: Maroun Touma <[email protected]>
Signed-off-by: Maroun Touma <[email protected]>
…h hap kfp Signed-off-by: Maroun Touma <[email protected]>
Signed-off-by: Maroun Touma <[email protected]>
Signed-off-by: Maroun Touma <[email protected]>
LGTM |
Minor comment: Please consider renaming |
Signed-off-by: Maroun Touma <[email protected]>
@@ -29,7 +29,7 @@ publish:: publish-dist | |||
|
|||
publish-dist :: .check-env .defaults.publish-dist | |||
|
|||
venv:: pyproject.toml |
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.
should this now depend on requirements.txt
@@ -27,15 +27,16 @@ publish:: publish-dist | |||
|
|||
publish-dist :: .check-env .defaults.publish-dist | |||
|
|||
venv:: pyproject.toml |
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.
requirements.txt?
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.
@touma-I to create issues on
- USE_REPO_LIB_SRC support around wheel build/use
- HAP .gitignore a kfp
- try to address caching of library wheels for transform images
- Address spark base image build (download) time.
Thanks @revit13 Good catch! Done. |
Why are these changes needed?
Remove pyproject.toml for both ray and python and update makefiles and dependencies
Related issue number (if any).