Skip to content

Commit 9a33853

Browse files
committed
Relax NumPy dependency in pyproject.toml
1 parent 1c821be commit 9a33853

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ requires = [
1717
"setuptools",
1818
"wheel",
1919
# Required for using org_tensorflow bazel repository.
20-
"numpy~=1.22.0",
20+
"numpy>=1.22.0",
2121
]
2222

2323
[tool.ruff]

0 commit comments

Comments
 (0)