-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Add recipe for google-cloud-aiplatform #18014
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
Add recipe for google-cloud-aiplatform #18014
Conversation
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipes/google-cloud-aiplatform:
|
84d5274
to
d19ebaa
Compare
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
d19ebaa
to
2770104
Compare
extra: | ||
recipe-maintainers: | ||
- parthea | ||
- morgandu |
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.
@morgandu Please confirm that you'd like to be added as a maintainer (as per checklist)
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.
Thanks for the PR, please add me as maintainer.
Co-authored-by: Tim Swast <[email protected]>
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipes/google-cloud-aiplatform:
|
Co-authored-by: Tim Swast <[email protected]>
Co-authored-by: Tim Swast <[email protected]>
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipes/google-cloud-aiplatform:
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
@conda-forge/help-python, please could you review/approve? |
{% set sha256 = "89d2936985eaf71a52152fe62bae9d7554dec6948032526b99ec05a049d1ee39" %} | ||
{% set dev_url = "https://github.com/googleapis/python-aiplatform" %} | ||
{% set doc_url = "https://cloud.google.com/python/docs/reference/aiplatform/latest" %} |
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.
If it's just used once or twice it's better to have this hardcoded. Makes it easier for the bot as well. Please add these three directly instead.
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.
Done.
sha256: {{ sha256 }} | ||
|
||
build: | ||
number: 0 |
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.
I would ask upstream to remove the empty scripts
tag and make this noarch as that seems to be the only thing holding it up.
If that's currently not possible you can also just add a patch here removing it.
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.
Thanks for this info! I've opened a PR upstream : googleapis/python-aiplatform#1014
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.
Great! If you're not sure how soon a new release with that will be cut, you can also include that as a patch here. Let me know if you need any help with that.
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipes/google-cloud-aiplatform:
For recipes/google-cloud-aiplatform:
|
Duplicate of #18100 |
Checklist
url
) rather than a repo (e.g.git_url
) is used in your recipe (see here for more details).