File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,25 @@ themselves.
28
28
python -m pip install array-api-extra
29
29
```
30
30
31
- (vendoring)=
31
+ And
32
+ [ on conda-forge] ( https://prefix.dev/channels/conda-forge/packages/array-api-extra ) :
32
33
33
- ## Vendoring
34
+ ``` shell
35
+ micromamba install -c https://repo.prefix.dev/conda-forge array-api-extra
36
+ # or
37
+ pixi add array-api-extra
38
+ ```
34
39
35
40
``` {warning}
36
41
This library currently provides no backwards-compatibility guarantees!
37
- If you require stability, it is recommended to vendor this library inside your own.
42
+ If you require stability, it is recommended to pin `array-api-extra` to
43
+ a specific version, or vendor the library inside your own.
38
44
```
39
45
46
+ (vendoring)=
47
+
48
+ ## Vendoring
49
+
40
50
To vendor the library, clone
41
51
[ the repository] ( https://github.com/data-apis/array-api-extra ) and copy
42
52
` array_api_extra ` into the appropriate place in your library, like:
@@ -52,7 +62,7 @@ cp -R array-api-extra/ mylib/vendored/array_api_extra
52
62
Typical usage of this library looks like:
53
63
54
64
``` python
55
- import array_api_strict as xpx
65
+ import array_api_extra as xpx
56
66
57
67
...
58
68
xp = array_namespace(x)
You can’t perform that action at this time.
0 commit comments