Skip to content

Commit

Permalink
Merge branch 'master' into feat/free-threading-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Dec 14, 2024
2 parents 7c0ca36 + 5c635f8 commit 587813d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ keywords = [
"SciPy",
]
dependencies = [
"numpy",
"numpy<3",
]
# dynamic = ["version"]

Expand Down

0 comments on commit 587813d

Please sign in to comment.