diff options
author | Bas van Beek <43369155+BvB93@users.noreply.github.com> | 2022-05-03 15:06:39 +0200 |
---|---|---|
committer | Bas van Beek <43369155+BvB93@users.noreply.github.com> | 2022-05-03 15:06:39 +0200 |
commit | ddc0b4b304042024639cefefacf246995cc058f5 (patch) | |
tree | 88e48c4d2e790bb724cd1e1a8d4b5a75dd66ced3 /environment.yml | |
parent | b222eb66c79b8eccba39f46f020ed8303614a87f (diff) | |
download | numpy-ddc0b4b304042024639cefefacf246995cc058f5.tar.gz |
TYP: Bump mypy to 0.950
0.942 -> 0.950
Diffstat (limited to 'environment.yml')
-rw-r--r-- | environment.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/environment.yml b/environment.yml index ded3b1a1d..58aac2a88 100644 --- a/environment.yml +++ b/environment.yml @@ -19,7 +19,7 @@ dependencies: - pytest-xdist - hypothesis # For type annotations - - mypy=0.942 + - mypy=0.950 # For building docs - sphinx=4.5.0 - sphinx-panels |