We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccf994b commit 4e379d9Copy full SHA for 4e379d9
setup.py
@@ -16,7 +16,7 @@
16
url="https://data-apis.org/array-api-strict/",
17
license="MIT",
18
python_requires=">=3.8",
19
- requires=["numpy"],
+ install_requires=["numpy"],
20
classifiers=[
21
"Programming Language :: Python :: 3",
22
"Programming Language :: Python :: 3.8",
0 commit comments