Skip to content

Commit a6f3f2d

Browse files
twieckimaresb
authored andcommitted
Unpin numpy in pyproject.toml
1 parent 0f802ab commit a6f3f2d

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
@@ -2,7 +2,7 @@
22
requires = [
33
"setuptools>=48.0.0",
44
"cython",
5-
"numpy>=1.17.0,<1.26",
5+
"numpy>=1.17.0",
66
"versioneer[toml]==0.28",
77
]
88
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)