Skip to content
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

Relax polars dependency to prevent conflicts with other (MEDS) packages #94

Closed
rvandewater opened this issue Sep 19, 2024 · 0 comments
Closed
Labels
enhancement New feature or request priority:low Usability / Interface For changes related to the core usability issues.

Comments

@rvandewater
Copy link
Contributor

The dependency polars=16.0 might cause some dependency conflicts with e.g., aces (https://github.com/justin13601/ACES/blob/main/pyproject.toml)

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
meds-tab 0.0.5 requires polars==1.6.0, but you have polars 1.5.0 which is incompatible.
meds-transforms 0.0.7 requires polars~=1.6.0, but you have polars 1.5.0 which is incompatible.
@mmcdermott mmcdermott added enhancement New feature or request priority:low Usability / Interface For changes related to the core usability issues. labels Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority:low Usability / Interface For changes related to the core usability issues.
Projects
None yet
Development

No branches or pull requests

2 participants