diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d7828699..47e71c37 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -73,7 +73,6 @@ jobs: - name: Run tests against nightly wheels for NumPy and SciPy run: uvx nox -s nightly-tests - # In this job, we test with the free-threaded (no-GIL) Python 3.13t # interpreter on all platforms. This is a special job and uses the # "free-threading" session in noxfile.py. This job is available only diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8da03274..47c98acf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.8.0" + rev: "v0.8.2" hooks: - id: ruff args: ["--fix", "--show-fixes"] diff --git a/pyproject.toml b/pyproject.toml index dc1bcbef..5423b2dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ keywords = [ "SciPy", ] dependencies = [ - "numpy", + "numpy<3", ] # dynamic = ["version"]