Skip to content

Commit 9cf5306

Browse files
committed
Move back to scipy main
1 parent 6f2f6c8 commit 9cf5306

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

pixi.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
"array-api-compat",
1919
"array-api-extra",
2020
"array-api-typing @ git+https://github.com/data-apis/array-api-typing", # TODO: Replace with array-api-typing from pip once released
21-
"scipy @ git+https://github.com/amacati/scipy.git@broadcasting", # TODO: Replace with scipy 1.17 once released
21+
"scipy @ git+https://github.com/scipy/scipy.git@4cb83b6", # TODO: Replace with scipy 1.17 once released
2222
]
2323

2424
[project.optional-dependencies]
@@ -58,7 +58,7 @@ indent-width = 4
5858
target-version = "py311"
5959

6060
[tool.ruff.lint]
61-
select = ["E4", "E7", "E9", "F", "I", "D", "TCH", "ANN"]
61+
select = ["E4", "E7", "E9", "F", "I", "D", "TCH", "ANN", "T20"]
6262
ignore = ["ANN401"]
6363
fixable = ["ALL"]
6464
unfixable = []

0 commit comments

Comments
 (0)