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.
optype
1 parent b59c191 commit 80853fdCopy full SHA for 80853fd
pyproject.toml
@@ -27,6 +27,8 @@ classifiers = [
27
]
28
dependencies = [
29
"typing-extensions>=4.14.1",
30
+ "optype>=0.9.3; python_version < '3.11'",
31
+ "optype>=0.12.2; python_version >= '3.11'",
32
33
34
[project.urls]
tests/integration/test_numpy1.pyi
@@ -1,7 +1,7 @@
1
from typing import Any
2
3
# requires numpy < 2
4
-import numpy.array_api as np
+import numpy.array_api as np # type: ignore[import-not-found]
5
6
import array_api_typing as xpt
7
0 commit comments