Skip to content

Commit 8fcd56a

Browse files
committed
scipy-stubs broke run_mypy error report
1 parent 3e0ff33 commit 8fcd56a

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

environment-osx-arm64.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ dependencies:
2626
- diff-cover
2727
- mypy
2828
- types-setuptools
29-
- scipy-stubs
3029
- pytest
3130
- pytest-cov
3231
- pytest-xdist

environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ dependencies:
2828
- diff-cover
2929
- mypy
3030
- types-setuptools
31-
- scipy-stubs
3231
- pytest
3332
- pytest-cov
3433
- pytest-xdist

pytensor/link/numba/dispatch/linalg/decomposition/lu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def _lu_1(
5454
check_finite=check_finite,
5555
p_indices=p_indices,
5656
overwrite_a=overwrite_a,
57-
)
57+
) # type: ignore[no-any-return]
5858

5959

6060
def _lu_2(

0 commit comments

Comments
 (0)