diff options
Diffstat (limited to 'math/py-modin')
-rw-r--r-- | math/py-modin/Makefile | 4 | ||||
-rw-r--r-- | math/py-modin/distinfo | 6 | ||||
-rw-r--r-- | math/py-modin/files/patch-setup.py | 11 |
3 files changed, 5 insertions, 16 deletions
diff --git a/math/py-modin/Makefile b/math/py-modin/Makefile index 3e4d6e8e877c..5011e9e13e07 100644 --- a/math/py-modin/Makefile +++ b/math/py-modin/Makefile @@ -1,5 +1,5 @@ PORTNAME= modin -PORTVERSION= 0.32.0 +PORTVERSION= 0.33.1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fsspec>=2022.11.0:filesystems/py-fsspec@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.22.4,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=21.0:devel/py-packaging@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pandas>=2,1<2.3,1:math/py-pandas@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pandas>=2.2,1<2.3,1:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>=5.8.0:sysutils/py-psutil@${PY_FLAVOR} USES= python diff --git a/math/py-modin/distinfo b/math/py-modin/distinfo index 86acdcab8f3f..26daff544e21 100644 --- a/math/py-modin/distinfo +++ b/math/py-modin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1726080919 -SHA256 (modin-0.32.0.tar.gz) = 9f68557add5e92617d006eb98bfd93d298e7d4d9932a0cd48a5e38ee4f30a134 -SIZE (modin-0.32.0.tar.gz) = 842563 +TIMESTAMP = 1748495829 +SHA256 (modin-0.33.1.tar.gz) = 852f2a65c346f9d17261e56ecc2e6652ddddeb9e648aecfff42e1007878d42b6 +SIZE (modin-0.33.1.tar.gz) = 885097 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",
|