diff options
author | Bas van Beek <b.f.van.beek@vu.nl> | 2022-05-25 16:52:31 +0200 |
---|---|---|
committer | Bas van Beek <43369155+BvB93@users.noreply.github.com> | 2022-05-26 16:24:54 +0200 |
commit | 46826998806bf48e57d0dc340b4f6b1532e915d9 (patch) | |
tree | 1eca1ad790965148046b1277d0afa26b8c848cf5 /environment.yml | |
parent | 4461ec48e573bb30d5f1de2a07680067e95861c9 (diff) | |
download | numpy-46826998806bf48e57d0dc340b4f6b1532e915d9.tar.gz |
TST: Reintroduce `typing_extensions` as a test requirement
Diffstat (limited to 'environment.yml')
-rw-r--r-- | environment.yml | 1 |
1 files changed, 1 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 |