We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd31cd commit f2effd0Copy full SHA for f2effd0
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.5.1
+ - mypy=1.8.0
30
# For building docs
31
- sphinx>=4.5.0
32
- sphinx-design
test_requirements.txt
@@ -14,7 +14,7 @@ cffi; python_version < '3.10'
14
# For testing types. Notes on the restrictions:
15
# - Mypy relies on C API features not present in PyPy
16
# NOTE: Keep mypy in sync with environment.yml
17
-mypy==1.5.1; platform_python_implementation != "PyPy"
+mypy==1.8.0; platform_python_implementation != "PyPy"
18
typing_extensions>=4.2.0
19
# for optional f2py encoding detection
20
charset-normalizer
0 commit comments