You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Version 0.9.5 of functime has no upper limit on the polars dependency so by default the latest version of polars will be installed (1.4.1 at the time of writing). I see that there is an issue already to make functime compatible with polars > 1.0, but the current behaviour means that the latest installation is broken.
To Reproduce
Steps to reproduce the behavior:
Create a clean Python environment (I use 3.10.7)
pip install functime
python -c 'import functime'
ModuleNotFoundError: No module named 'polars.utils.
Expected behavior
For the time being, imposing an upper limit on the polars version (I'm not sure what the latest compatible version is).
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
thomashusken
changed the title
Impose an upper limit on the polars dependency for functime version 0.9.5 to prevent installation issues
Impose an upper limit on the polars dependency for functime version 0.9.5
Aug 8, 2024
Describe the bug
Version
0.9.5
of functime has no upper limit on the polars dependency so by default the latest version of polars will be installed (1.4.1
at the time of writing). I see that there is an issue already to make functime compatible with polars > 1.0, but the current behaviour means that the latest installation is broken.To Reproduce
Steps to reproduce the behavior:
pip install functime
python -c 'import functime'
ModuleNotFoundError: No module named 'polars.utils
.Expected behavior
For the time being, imposing an upper limit on the polars version (I'm not sure what the latest compatible version is).
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: