-
Notifications
You must be signed in to change notification settings - Fork 23
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
Spec pandas[performance]
produces several errors
#25
Comments
Thanks I will take a closer look. For some reason, with the extras a lot of panda wheels are downloaded. |
#29 should fix the performance issues with this case. It ensures that extras are more tightly coupled to their base package which ensures faster resolving. The errors are left in for now, it basically causes some candidates to not be considered which is not a direct issue atm. We will have to fix that in the version parsing crate that we use. |
This PR adds constrains requirements on extras from the base package to ensure that they are properly linked together when one one of the versions of the base or an extra is required. This PR also cleans up the output a little bit to reduce the amount of clutter when debugging. Fixes #25
Since Pandas 2.0 it is reccomended to add the performance optional extra: https://pandas.pydata.org/docs/getting_started/install.html#performance-dependencies-recommended
But rip seems to take a long time to resolve and produces several errors when you do this:
The text was updated successfully, but these errors were encountered: