forked from Lainports/freebsd-ports
Modin is a drop-in replacement for pandas. While pandas is single-threaded, Modin lets you instantly speed up your workflows by scaling pandas so it uses all of your cores. Modin works especially well on larger datasets, where pandas becomes painfully slow or runs out of memory. Also, Modin comes with the additional APIs to improve user experience.
11 lines
345 B
Python
11 lines
345 B
Python
--- setup.py.orig 2024-09-11 12:58:49 UTC
|
|
+++ setup.py
|
|
@@ -52,7 +52,7 @@ setup(
|
|
long_description=long_description,
|
|
long_description_content_type="text/markdown",
|
|
install_requires=[
|
|
- "pandas>=2.2,<2.3",
|
|
+ "pandas>=2,<2.3",
|
|
"packaging>=21.0",
|
|
"numpy>=1.22.4",
|
|
"fsspec>=2022.11.0",
|