-
Notifications
You must be signed in to change notification settings - Fork 128
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
Conversation
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]>
… need to install the rquirements.txt seperately Signed-off-by: Maroun Touma <[email protected]>
…nsforms folder Signed-off-by: Maroun Touma <[email protected]>
@@ -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) |
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.
Can we renaming BUILD_WHEEL_ARG to PYTHON_BUILD_EXTRA_ARGS to match DOCKER_BUILD_EXTRA_ARGS?
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.
and a default (empty?) should be defined above, similar to DOCKER_BUILD_EXTRA_ARGS
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.
Hi @daw3rd . No need for Default. The default is none anyway.
Signed-off-by: Maroun Touma <[email protected]>
Consistency of installing new pip installs
New pip install option for Ray
Use "all" option for the new pip install
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