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

Update all transforms to use single package library with [extra] #735

Merged
merged 21 commits into from
Oct 28, 2024

Conversation

touma-I
Copy link
Collaborator

@touma-I touma-I commented Oct 23, 2024

Why are these changes needed?

Remove pyproject.toml for both ray and python and update makefiles and dependencies

Related issue number (if any).

@touma-I touma-I marked this pull request as ready for review October 24, 2024 12:48
@touma-I touma-I requested a review from daw3rd October 24, 2024 12:48
@touma-I touma-I requested a review from revit13 October 24, 2024 15:43
Signed-off-by: Maroun Touma <[email protected]>
@revit13
Copy link
Collaborator

revit13 commented Oct 25, 2024

LGTM

@revit13
Copy link
Collaborator

revit13 commented Oct 25, 2024

Minor comment: Please consider renaming WHEEL_FILE_NAME to DPK_WHEEL_FILE_NAME

@@ -29,7 +29,7 @@ publish:: publish-dist

publish-dist :: .check-env .defaults.publish-dist

venv:: pyproject.toml
Copy link
Member

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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

requirements.txt?

Copy link
Member

@daw3rd daw3rd left a 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

  1. USE_REPO_LIB_SRC support around wheel build/use
  2. HAP .gitignore a kfp
  3. try to address caching of library wheels for transform images
  4. Address spark base image build (download) time.

@touma-I
Copy link
Collaborator Author

touma-I commented Oct 28, 2024

Minor comment: Please consider renaming WHEEL_FILE_NAME to DPK_WHEEL_FILE_NAME

Thanks @revit13 Good catch! Done.

@touma-I
Copy link
Collaborator Author

touma-I commented Oct 28, 2024

@touma-I to create issues on

  1. USE_REPO_LIB_SRC support around wheel build/use
  2. HAP .gitignore a kfp
  3. try to address caching of library wheels for transform images
  4. Address spark base image build (download) time.

Thanks @daw3rd. Greatly appreciate how you keep me out of trouble :-)

@touma-I touma-I merged commit 620eb79 into dev Oct 28, 2024
275 of 312 checks passed
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

Successfully merging this pull request may close these issues.

3 participants