-
-
Notifications
You must be signed in to change notification settings - Fork 723
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
Drop setuptools runtime dependency? #5949
Comments
I did this to match up with a change made to the conda-forge feedstock: conda-forge/distributed-feedstock#192 cc @jsignell do we need to keep this constraint? |
setuptools was already in the conda-forge recipe I just set a ceiling for it in conda-forge/distributed-feedstock#194 it would not surprise me if we don't in fact need it in the feedstock. |
Right I think this was due to the As to the version constraint on As to the egg case, I thought the optional Anyways +1 on dropping |
Done in PR ( #5963 ) |
|
Now that we no longer use pkg_resources, can we drop the run-time dependency from setuptools altogether?
I see it used:
test_upload_file_egg
) which could havepytest.importorskip
Notably, setuptools is already not in requirements.txt. However, I can see it in the conda recipe:
Not sure why? xref #5802 where it was added.
CC @graingert @charlesbluca
The text was updated successfully, but these errors were encountered: