Po-Chuan Hsieh
5 months ago
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with
6 additions and
6 deletions
-
math/py-ml-dtypes/Makefile
-
math/py-ml-dtypes/distinfo
-
math/py-ml-dtypes/files/patch-pyproject.toml
|
|
@ -1,5 +1,5 @@ |
|
|
|
PORTNAME= ml-dtypes |
|
|
|
PORTVERSION= 0.5.0 |
|
|
|
PORTVERSION= 0.5.1 |
|
|
|
CATEGORIES= math python |
|
|
|
MASTER_SITES= PYPI |
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
|
|
|
|
|
@ -1,3 +1,3 @@ |
|
|
|
TIMESTAMP = 1726740977 |
|
|
|
SHA256 (ml_dtypes-0.5.0.tar.gz) = 3e7d3a380fe73a63c884f06136f8baa7a5249cc8e9fdec677997dd78549f8128 |
|
|
|
SIZE (ml_dtypes-0.5.0.tar.gz) = 699367 |
|
|
|
TIMESTAMP = 1738089116 |
|
|
|
SHA256 (ml_dtypes-0.5.1.tar.gz) = ac5b58559bb84a95848ed6984eb8013249f90b6bab62aa5acbad876e256002c9 |
|
|
|
SIZE (ml_dtypes-0.5.1.tar.gz) = 698772 |
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
--- pyproject.toml.orig 2024-09-13 21:53:12 UTC |
|
|
|
--- pyproject.toml.orig 2025-01-07 02:25:37 UTC |
|
|
|
+++ pyproject.toml |
|
|
|
@@ -17,11 +17,7 @@ dependencies = [ |
|
|
|
# pip dependencies of the project |
|
|
@ -18,7 +18,7 @@ |
|
|
|
# We build against the most recent supported NumPy 2.0 release; |
|
|
|
# see https://github.com/numpy/numpy/issues/27265 |
|
|
|
- "numpy~=2.0", |
|
|
|
- "setuptools~=73.0.1", |
|
|
|
- "setuptools~=75.7.0", |
|
|
|
+ "numpy>=1.26.0", |
|
|
|
+ "setuptools", |
|
|
|
] |
|
|
|