Test dependencies with Python 3.13 (#843)

* Custom python 3.13 entry in pyproject.toml

* amend

* update

* update

* update

* Update pyproject.toml

* Update pyproject.toml

* Update pyproject.toml

* update
This commit is contained in:
Sebastian Raschka
2025-09-27 08:38:07 -05:00
committed by GitHub
parent 47867bc1cb
commit 458f2d9b67
5 changed files with 63 additions and 11 deletions

View File

@@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
uv sync --dev --python=3.10 # tests for backwards compatibility
uv sync --dev # tests for backwards compatibility
uv add pytest-ruff nbval
uv pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu