-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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 streamlit-searchbox #28067
add streamlit-searchbox #28067
Conversation
Hi! This is the staged-recipes linter and your PR looks excellent! 🚀 |
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 ( For recipes/streamlit-searchbox/meta.yaml:
|
@conda-forge/help-python ready for review! |
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 ( |
Let's make the tests pass first :P Also, this is adding a |
2c6bb3a
to
818f623
Compare
Hopefully, the recipe is good now. I had to upgrade the minimum streamlit version because the really old ones have incorrect dependency constraints. As a sideline, I attempt to fix that here: |
long_description_content_type="text/plain", | ||
url="https://github.com/m-wrzr/streamlit-searchbox", | ||
- packages=setuptools.find_packages(), | ||
+ packages=setuptools.find_packages(exclude=("tests",)), |
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 you can, please report this upstream.
Checklist
url
) rather than a repo (e.g.git_url
) is used in your recipe (see here for more details).