Skip to content

Commit 4e379d9

Browse files
committed
Fix setup.py syntax
1 parent ccf994b commit 4e379d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
url="https://data-apis.org/array-api-strict/",
1717
license="MIT",
1818
python_requires=">=3.8",
19-
requires=["numpy"],
19+
install_requires=["numpy"],
2020
classifiers=[
2121
"Programming Language :: Python :: 3",
2222
"Programming Language :: Python :: 3.8",

0 commit comments

Comments
 (0)