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

Impose an upper limit on the polars dependency for functime version 0.9.5 #251

Open
thomashusken opened this issue Aug 8, 2024 · 0 comments

Comments

@thomashusken
Copy link

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:

  1. Create a clean Python environment (I use 3.10.7)
  2. pip install functime
  3. python -c 'import functime'
  4. 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):

  • OS: Ubuntu 22.04
  • Version: Python 3.10.7, functime 0.9.5, polars 1.4.1
@thomashusken 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant