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

Packaging modules as single package with extra (data-prep-kit[ray,spark] and data-prep-kit-tranforms[all, ray, etc.]) #674

Closed
wants to merge 16 commits into from

Conversation

touma-I
Copy link
Collaborator

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

Why are these changes needed?

In this release, we create a single pypi package for data-prep-kit[dev,ray,spark] and a single data-prep-kit-transforms[all,ray,code_quality,doc_id,etc]

Related issue number (if any).

#673

Signed-off-by: Maroun Touma <touma@us.ibm.com>
Signed-off-by: Maroun Touma <touma@us.ibm.com>
Signed-off-by: Maroun Touma <touma@us.ibm.com>
Signed-off-by: Maroun Touma <touma@us.ibm.com>
Signed-off-by: Maroun Touma <touma@us.ibm.com>
Signed-off-by: Maroun Touma <touma@us.ibm.com>
Signed-off-by: Maroun Touma <touma@us.ibm.com>
… need to install the rquirements.txt seperately

Signed-off-by: Maroun Touma <touma@us.ibm.com>
…nsforms folder

Signed-off-by: Maroun Touma <touma@us.ibm.com>
@touma-I touma-I changed the title Dev0 python12 Packaing modules as single package with extra (data-prep-kit[ray,spark] and data-prep-kit-tranforms[all, ray, etc.]) Oct 7, 2024
@touma-I touma-I changed the title Packaing modules as single package with extra (data-prep-kit[ray,spark] and data-prep-kit-tranforms[all, ray, etc.]) Packaging modules as single package with extra (data-prep-kit[ray,spark] and data-prep-kit-tranforms[all, ray, etc.]) Oct 7, 2024
@touma-I touma-I marked this pull request as ready for review October 7, 2024 11:34
@@ -627,7 +636,7 @@ MINIO_ADMIN_PWD= localminiosecretkey
rm -rf dist || true
rm -rf src/*egg-info || true
${PIP} install --upgrade build
${PYTHON} -m build
${PYTHON} -m build $(BUILD_WHEEL_ARG)
Copy link
Member

Choose a reason for hiding this comment

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

Can we renaming BUILD_WHEEL_ARG to PYTHON_BUILD_EXTRA_ARGS to match DOCKER_BUILD_EXTRA_ARGS?

Copy link
Member

Choose a reason for hiding this comment

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

and a default (empty?) should be defined above, similar to DOCKER_BUILD_EXTRA_ARGS

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Hi @daw3rd . No need for Default. The default is none anyway.

touma-I and others added 5 commits October 7, 2024 10:50
Signed-off-by: Maroun Touma <touma@us.ibm.com>
Consistency of installing new pip installs
New pip install option for Ray
Use "all" option for the new pip install
@touma-I touma-I closed this Oct 7, 2024
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