mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
math/py-ml-dtypes: Update to 0.5.1
Changes: https://github.com/jax-ml/ml_dtypes/releases
This commit is contained in:
parent
286e03c08b
commit
7f21aae146
3 changed files with 6 additions and 6 deletions
|
@ -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",
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue