File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 - uses : actions/setup-python@v6
1111 - name : Install Dependencies
1212 run : |
13- python -m pip install .[docs]
13+ python -m pip install --upgrade pip
14+ python -m pip install .
15+ python -m pip install --group docs
1416 - name : Build Docs
1517 run : |
1618 cd docs
Original file line number Diff line number Diff line change @@ -22,7 +22,13 @@ classifiers = [
2222 " Typing :: Typed" ,
2323]
2424
25- [project .optional-dependencies ]
25+
26+ [project .urls ]
27+ homepage = " https://data-apis.org/array-api-compat/"
28+ repository = " https://github.com/data-apis/array-api-compat/"
29+
30+
31+ [dependency-groups ]
2632cupy = [" cupy" ]
2733dask = [" dask>=2024.9.0" ]
2834jax = [" jax" ]
@@ -51,9 +57,6 @@ dev = [
5157 " sparse>=0.15.1" ,
5258]
5359
54- [project .urls ]
55- homepage = " https://data-apis.org/array-api-compat/"
56- repository = " https://github.com/data-apis/array-api-compat/"
5760
5861[tool .setuptools .dynamic ]
5962version = { attr = " array_api_compat.__version__" }
You can’t perform that action at this time.
0 commit comments