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
Thanks for raising an issue @aiwalter!
However, maybe I am not understanding your request correctly. The tsfresh code itself is compatible with py 3.11 (I can add an upper bound for 3.12 as I do not know what it will bring, but I am pretty sure it will also be compatible) - however its dependencies might not (but this should be fixed/pinned in the dependencies then).
Would you think it is good to set an upper bound to 3.11 because numba is currently not compatible with it? To me that sounds like hiding the problem from the user.
Sorry if I misunderstood your request!
It's a best practice to set upper bounds to the latest version of dependencies a package has been tested to work with, not necessarily to any dependencies further upstream.
The problem:
Could you pls add an upper bound to your config?
tsfresh/setup.cfg
Line 26 in 795711b
Otherwise users might run into unexpected exceptions when having a newer Python version. E.g. as happened in past with
matrixprofile
issue.The text was updated successfully, but these errors were encountered: