We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d980b3 commit 920b14fCopy full SHA for 920b14f
1 file changed
pyproject.toml
@@ -22,17 +22,16 @@ tests = [
22
"scipy-stubs",
23
"typing_extensions",
24
25
- # Untyped libraries. Used to prevent "reportMissingImports" and get inferred typing
26
- "joblib",
27
- "PyOpenGL",
28
-
29
# The libraries we're stubbing.
30
# Needed for stubtest and downloads their dependencies to get known import symbols
31
"networkx",
32
"scikit-image",
33
"scikit-learn",
34
"sympy",
35
"vispy",
+
+ # Optional vispy dependency
+ "PyOpenGL",
36
]
37
dev = [{ include-group = "hygiene" }, { include-group = "tests" }]
38
0 commit comments