diff --git a/misc/py-compressed-tensors/Makefile b/misc/py-compressed-tensors/Makefile index 4ea4cb293c8f..7a1cadf69e32 100644 --- a/misc/py-compressed-tensors/Makefile +++ b/misc/py-compressed-tensors/Makefile @@ -1,31 +1,31 @@ PORTNAME= compressed-tensors -DISTVERSION= 0.14.0.1 +DISTVERSION= 0.15.0.1 CATEGORIES= misc python # machine-learning MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= Library for storing and loading compressed PyTorch models WWW= https://github.com/vllm-project/compressed-tensors LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8.0:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}loguru>0:devel/py-loguru@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pydantic2>=2.0:devel/py-pydantic2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytorch>=1.7.0:misc/py-pytorch@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}transformers>=4.0.0:misc/py-transformers@${PY_FLAVOR} USES= python USE_PYTHON= pep517 autoplist pytest NO_ARCH= yes TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} TEST_WRKSRC= ${WRKSRC}/tests .include diff --git a/misc/py-compressed-tensors/distinfo b/misc/py-compressed-tensors/distinfo index c8d301932f2a..d1cf38640c09 100644 --- a/misc/py-compressed-tensors/distinfo +++ b/misc/py-compressed-tensors/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1775500352 -SHA256 (compressed_tensors-0.14.0.1.tar.gz) = 5ad3841184b6f5020e06059b2463191c5c57a144bb97cab9159978d8118839b1 -SIZE (compressed_tensors-0.14.0.1.tar.gz) = 226393 +TIMESTAMP = 1778483252 +SHA256 (compressed_tensors-0.15.0.1.tar.gz) = a8e93054e8a5ec49c980b09ed36c4c1249b4a8ee167920a8e461c4da26e78d99 +SIZE (compressed_tensors-0.15.0.1.tar.gz) = 229412 diff --git a/misc/py-compressed-tensors/files/patch-setup.py b/misc/py-compressed-tensors/files/patch-setup.py deleted file mode 100644 index 65030337c60c..000000000000 --- a/misc/py-compressed-tensors/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2026-04-06 20:05:23 UTC -+++ setup.py -@@ -77,7 +77,7 @@ def _setup_install_requires() -> List: - ) - - def _setup_install_requires() -> List: -- return ["torch>=1.7.0", "transformers<5.0.0", "pydantic>=2.0", "loguru"] -+ return ["torch>=1.7.0", "transformers>=4.0.0", "pydantic>=2.0", "loguru"] - - def _setup_extras() -> Dict: - return {