Skip to content

Commit 9d7b1d9

Browse files
committed
update pytype
1 parent 2f8ce6c commit 9d7b1d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ dev = [
6767
"pytest", # test runner
6868
"pytest-xdist", # pytest plugin for test parallelism
6969
"pytest-timeout", # pytest plugin for forcing timeout of tests
70-
"pytype==2022.4.22", # type checking
70+
"pytype==2024.10.11", # type checking
7171
"scikit-learn==1.5.2", # test-only
7272
# Fix AttributeError: module 'scipy.linalg' has no attribute 'tril' and related scipy import errors.
7373
"scipy>=1.12.0",

0 commit comments

Comments
 (0)