Add pyproject.toml by NeilGirdhar · Pull Request #255 · data-apis/array-api-compat · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs-build.yml
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@ jobs:
PIP_EXTRA='numpy==1.26.*'
fi

if [ "${{ matrix.python-version }}" == "3.9" ]; then
sed -i '/^ndonnx/d' requirements-dev.txt
fi

python -m pip install -r requirements-dev.txt $PIP_EXTRA
python -m pip install .[dev] $PIP_EXTRA

- name: Run Tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ the array API standard. There are also array-api-compat specific tests in
These tests should be limited to things that are not tested by the test suite,
e.g., tests for [helper functions](../helper-functions.rst) or for behavior
that is not strictly required by the standard. To run these tests, install the
dependencies from `requirements-dev.txt` (array-api-compat has [no hard
dependencies from the `dev` optional group (array-api-compat has [no hard
runtime dependencies](no-dependencies)).

array-api-tests is run against all supported libraries are tested on CI
Expand Down
6 changes: 0 additions & 6 deletions docs/requirements.txt

This file was deleted.

96 changes: 96 additions & 0 deletions pyproject.toml
8 changes: 0 additions & 8 deletions requirements-dev.txt

This file was deleted.

17 changes: 0 additions & 17 deletions ruff.toml

This file was deleted.

40 changes: 0 additions & 40 deletions setup.py

This file was deleted.