Skip to content

Commit 57eb640

Browse files
committed
Bump numpy version to avoid issues with IntEnum coercion.
1 parent 4a8d084 commit 57eb640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"Cython>=3.0.3",
4-
"numpy>=2.0.0",
4+
"numpy>=2.3.4",
55
"packaging>=25.0",
66
"setuptools>=80.7.1",
77
"uwcwidth>=1.0.0",

0 commit comments

Comments
 (0)