We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc1504 commit ce24ed4Copy full SHA for ce24ed4
1 file changed
pyproject.toml
@@ -67,7 +67,7 @@ dev = [
67
"pytest", # test runner
68
"pytest-xdist", # pytest plugin for test parallelism
69
"pytest-timeout", # pytest plugin for forcing timeout of tests
70
- "pytype==2022.4.22", # type checking
+ "pytype==2024.10.11", # type checking
71
"scikit-learn==1.5.2", # test-only
72
# Fix AttributeError: module 'scipy.linalg' has no attribute 'tril' and related scipy import errors.
73
"scipy>=1.12.0",
0 commit comments