Skip to content

Commit 40829a6

Browse files
authored
⬆️ upgrade optype to 0.12.0 (#750)
2 parents 4f964a3 + 37def4d commit 40829a6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
"Typing :: Stubs Only",
3131
]
3232
requires-python = ">=3.11"
33-
dependencies = ["optype>=0.11.0,<1"]
33+
dependencies = ["optype>=0.12.0,<1"]
3434

3535
[project.optional-dependencies]
3636
scipy = ["scipy>=1.16.0,<1.17"]

scipy-stubs/signal/_spline_filters.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def spline_filter(Iin: onp.ArrayND[_FloatDT], lmbda: onp.ToFloat = 5.0) -> onp.A
4141

4242
#
4343
@overload
44-
def gauss_spline(x: onp.ArrayND[_SubFloat64, _ShapeT], n: onp.ToFloat) -> onp.ArrayND[np.float64, _ShapeT]: ... # type: ignore[overload-overlap]
44+
def gauss_spline(x: onp.ArrayND[_SubFloat64, _ShapeT], n: onp.ToFloat) -> onp.ArrayND[np.float64, _ShapeT]: ...
4545
@overload
4646
def gauss_spline(x: onp.ArrayND[_InexactQT, _ShapeT], n: onp.ToFloat) -> onp.ArrayND[_InexactQT, _ShapeT]: ...
4747
@overload

uv.lock

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

0 commit comments

Comments
 (0)