Skip to content

Commit 71a792b

Browse files
committed
chore: Bump numpy to avoid setuptools rug-pull
1 parent 84294f4 commit 71a792b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ readme = "README.rst"
1111
license = { text = "MIT License" }
1212
requires-python = ">=3.9"
1313
dependencies = [
14-
"numpy >=1.22",
14+
"numpy >=1.23",
1515
"packaging >=20",
1616
"importlib_resources >=5.12; python_version < '3.12'",
1717
"typing_extensions >=4.6; python_version < '3.13'",

0 commit comments

Comments
 (0)