summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--environment.yml1
-rw-r--r--test_requirements.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/environment.yml b/environment.yml
index c45b406b5..24bf73839 100644
--- a/environment.yml
+++ b/environment.yml
@@ -20,6 +20,7 @@ dependencies:
- hypothesis
# For type annotations
- mypy=0.950
+ - typing_extensions>=4.2.0
# For building docs
- sphinx=4.5.0
- sphinx-panels
diff --git a/test_requirements.txt b/test_requirements.txt
index ff39dbcf4..c5fec8cd7 100644
--- a/test_requirements.txt
+++ b/test_requirements.txt
@@ -11,3 +11,4 @@ cffi; python_version < '3.10'
# - Mypy relies on C API features not present in PyPy
# NOTE: Keep mypy in sync with environment.yml
mypy==0.950; platform_python_implementation != "PyPy"
+typing_extensions>=4.2.0