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 32dbbc5 commit ea06facCopy full SHA for ea06fac
1 file changed
stubs/hnswlib/METADATA.toml
@@ -2,3 +2,8 @@ version = "0.8.*"
2
upstream-repository = "https://github.com/nmslib/hnswlib"
3
# Requires a version of numpy with a `py.typed` file
4
dependencies = ["numpy>=1.21"]
5
+
6
+[tool.stubtest]
7
+# TODO: stubtest fails on Linux because it gets killed with a SIGILL
8
+# for unknown reasons. See https://github.com/python/typeshed/issues/16100
9
+ci-platforms = ["darwin"]
0 commit comments