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.
2 parents ac5614f + 36ab1b5 commit 98e0182Copy full SHA for 98e0182
environment.yml
@@ -26,7 +26,7 @@ dependencies:
26
- hypothesis
27
# For type annotations
28
- typing_extensions>=4.2.0 # needed for python < 3.10
29
- - mypy=1.7.1
+ - mypy=1.10.0
30
# For building docs
31
- sphinx>=4.5.0
32
- sphinx-design
requirements/test_requirements.txt
@@ -15,7 +15,7 @@ cffi; python_version < '3.10'
15
# For testing types. Notes on the restrictions:
16
# - Mypy relies on C API features not present in PyPy
17
# NOTE: Keep mypy in sync with environment.yml
18
-mypy==1.7.1; platform_python_implementation != "PyPy"
+mypy==1.10.0; platform_python_implementation != "PyPy"
19
typing_extensions>=4.2.0
20
# for optional f2py encoding detection
21
charset-normalizer
0 commit comments