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 e05f656 commit 08c7d92Copy full SHA for 08c7d92
docs/dev/special-considerations.md
@@ -10,7 +10,8 @@ should be taken into account:
10
PyTorch, etc., it does not hard depend on them. These libraries are not
11
imported unless either an array object is passed to
12
{func}`~.array_namespace()`, or the specific `array_api_compat.<namespace>`
13
- sub-namespace is explicitly imported.
+ sub-namespace is explicitly imported. This is tested (as best as possible)
14
+ in `tests/test_no_dependencies.py`.
15
16
- **Vendorability.** array-api-compat should be [vendorable](vendoring). This
17
means that, for instance, all imports in the library are relative imports.
0 commit comments