We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
When importing functime v0.9.5. with polars v.1.6.0 the "ModuleNotFoundError: No module named 'polars.utils' Error is thrown.
To Reproduce Steps to reproduce the behavior:
uv run --with 'polars==1.6' --with 'functime==0.9.5' issue.py
uv 0.3.1
Expected behavior No errors are thrown, when executing the above command.
Desktop:
The text was updated successfully, but these errors were encountered:
polars > 1.16 have some major improvements for rolling, this would be really nice to have functime support it.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When importing functime v0.9.5. with polars v.1.6.0 the "ModuleNotFoundError: No module named 'polars.utils' Error is thrown.
To Reproduce
Steps to reproduce the behavior:
uv run --with 'polars==1.6' --with 'functime==0.9.5' issue.py
,where issue.py contains the following content: 'import functime' and
uv 0.3.1
.Expected behavior
No errors are thrown, when executing the above command.
Desktop:
The text was updated successfully, but these errors were encountered: