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

Specify merlin dependencies in setup.py to create release specifier #155

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

oliverholworthy
Copy link
Member

Specify merlin dependencies in setup.py to create release specifier that matches current release for merlin dependencies

Development

  • tag will be something like 23.12.dev0+1.ge73d8ba
    • merlin_dependency("merlin-core") returns merlin-core (unpinned)

Release

  • release build (release tag) will be something like 23.07.00
    • merlin_dependency("merlin-core") returns merlin-core>=23.07,<23.08 (pinned to current release)

@oliverholworthy oliverholworthy self-assigned this Jun 23, 2023
@oliverholworthy oliverholworthy added this to the Merlin 23.07 milestone Jun 23, 2023
@github-actions
Copy link

Documentation preview

https://nvidia-merlin.github.io/dataloader/review/pr-155

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant