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
I guess that this breaks dependency resolution for a fair portion of projects out there specifying their Python version as e.g. ^3.11, which is quite common. At least, this contradicts what is noted in the readme. (There, we should also correct the minimally required version from 3.8 to 3.9 to correspond what is required by the build system.)
Hey @m-martin-j. Indeed, I can't remove this we depend on SciPy. Thanks for providing context. Maybe we can leave this issue open until SciPy changes something on their side.
Versions
river version: ^0.20.0
Python version: > 3.13
Operating system: any
Describe the bug
Is there any specific reason, why the maximally allowed Python version is limited to 3.13 from 0.20.0 releases of river?
river/pyproject.toml
Line 19 in 7b2f1b8
I guess that this breaks dependency resolution for a fair portion of projects out there specifying their Python version as e.g. ^3.11, which is quite common. At least, this contradicts what is noted in the readme. (There, we should also correct the minimally required version from 3.8 to 3.9 to correspond what is required by the build system.)
river/README.md
Line 106 in 7b2f1b8
Steps/code to reproduce
The problem primarily concerns dependency resolution.
The text was updated successfully, but these errors were encountered: