Closed allemp closed 4 weeks ago
In the requirements file, modin is not constrained to a minor version as the carat specification constrains to major versions. In other words, modin 0.32.0 is allowed.
However, pip does not always select the latest version of a dependency by default as it is subject to the dependency tree that it resolves. In this case, it resolves to 0.31.0.
You can nonetheless force upgrade to the latest modin version yourself:
pip install awswrangler modin==0.32.0 ray==2.36.1
Describe the bug
Currently the supported versions of modin are (>=0.31.0,<0.32.0) which doesn't include the newest version of modin which is 0.32
How to Reproduce
Expected behavior
I expected awswrangler to support the newest version of modin.
Your project
No response
Screenshots
No response
OS
linux
Python version
not applicable
AWS SDK for pandas version
not applicable
Additional context
No response