aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2026-05-11 07:10:40 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2026-05-11 07:15:18 +0000
commit98747d510069f13235a8dfe6a8c43ff1dd416db4 (patch)
tree3af91640bcdba86c31bc0782eb3f5bac53d2884a
parent106516fff7f11f27be0ed5241e4caf583042b78b (diff)
misc/py-compressed-tensors: update 0.14.0.1 → 0.15.0.1
-rw-r--r--misc/py-compressed-tensors/Makefile2
-rw-r--r--misc/py-compressed-tensors/distinfo6
-rw-r--r--misc/py-compressed-tensors/files/patch-setup.py11
3 files changed, 4 insertions, 15 deletions
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,5 +1,5 @@
PORTNAME= compressed-tensors
-DISTVERSION= 0.14.0.1
+DISTVERSION= 0.15.0.1
CATEGORIES= misc python # machine-learning
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
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 {