Skip to content

Commit 1e9d0a6

Browse files
committed
fix: use latest version of ml_dtypes in example script
1 parent 7083985 commit 1e9d0a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/custom_dtype/custom_dtype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# requires-python = ">=3.12"
33
# dependencies = [
44
# "zarr @ git+https://github.com/zarr-developers/zarr-python.git@main",
5-
# "ml_dtypes==0.5.1",
5+
# "ml_dtypes==0.5.4",
66
# "pytest==8.4.1"
77
# ]
88
# ///

0 commit comments

Comments
 (0)