diff options
Diffstat (limited to 'math/py-modin/files/patch-setup.py')
-rw-r--r-- | math/py-modin/files/patch-setup.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/math/py-modin/files/patch-setup.py b/math/py-modin/files/patch-setup.py deleted file mode 100644 index 967cfe5cacfb..000000000000 --- a/math/py-modin/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- 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",
|