-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Adds jupyter-ai and jupyter-ai-magics YAML files #23959
Adds jupyter-ai and jupyter-ai-magics YAML files #23959
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/jupyter-ai:
For recipes/jupyter-ai-magics:
|
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 ( |
I agree to be a maintainer |
I agree to be a maintainer. |
1 similar comment
I agree to be a maintainer. |
Ok looking at the |
Co-authored-by: Piyush Jain <piyushjain@duck.com>
061fda6
to
3f247c5
Compare
@fcollonval |
@conda-forge-admin, please ping team. PR is ready for review. |
Hi! This is the friendly automated conda-forge-webservice. I was asked to ping @conda-forge/team. and so here I am doing that. |
@conda-forge/help-python Ready for review. |
recipes/jupyter-ai/meta.yaml
Outdated
- jupyter_server >=1.6,<3 | ||
- jupyterlab >=4.0,<5 | ||
- pydantic >=1.0,<2.dev0 | ||
- openai >=0.26,<1.dev0 |
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.
Are there openai and pydantic dev releases on conda-forge?
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.
@SylvainCorlay
Thanks for reviewing. I am not sure how to be certain about this, but I could not find any dev releases for both of these with conda search
. Given that info, should we update the upper bound for these packages?
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.
Normally, conda-forge should not include pre-releases. (On a separate note, I also think this should not be needed for a PyPI release.)
@SylvainCorlay |
Thanks! |
Checklist
url
) rather than a repo (e.g.git_url
) is used in your recipe (see here for more details).