-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
pip check failing for nteract-scrapbook #7
Comments
For now, I'm going to solve this by patching the pypi package to rename the dependency |
Yeah, we just added this on #6. If it's going to cause issues, we can pull it. The pypi upstreams will just have to change their dependencies to move forward. I think the most hurtful one is probably |
The admin request we denied, so i guess we're stuck with |
See conda-forge/apache-airflow-providers-papermill-feedstock#1
Downstream packages that have nteract-scrapbook as a dependency are failing
pip check
This is presumably because
nteract-scrapbook
is no longer a package on its own but rather just a metapackage that installsscrapbook
. But conda metapackages don't get detected by pip.This is a problem that has come up in a few other cases, too (see also conda-forge/azure-keyvault-feedstock#6).
The text was updated successfully, but these errors were encountered: