Skip to content

Commit 08c7d92

Browse files
committed
Add note to docs
1 parent e05f656 commit 08c7d92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/dev/special-considerations.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ should be taken into account:
1010
PyTorch, etc., it does not hard depend on them. These libraries are not
1111
imported unless either an array object is passed to
1212
{func}`~.array_namespace()`, or the specific `array_api_compat.<namespace>`
13-
sub-namespace is explicitly imported.
13+
sub-namespace is explicitly imported. This is tested (as best as possible)
14+
in `tests/test_no_dependencies.py`.
1415

1516
- **Vendorability.** array-api-compat should be [vendorable](vendoring). This
1617
means that, for instance, all imports in the library are relative imports.

0 commit comments

Comments
 (0)