summaryrefslogtreecommitdiff
path: root/environment.yml
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2022-05-13 19:39:38 -0600
committerGitHub <noreply@github.com>2022-05-13 19:39:38 -0600
commit20150294b80222601ddac21b7b739394039293c4 (patch)
tree13f05192f5b7d223bf5764ea7a851a7d86d6f6b3 /environment.yml
parentc83ceb2e9f357f876466d87e99feb983a82b08b9 (diff)
parent865d913e0cc19ef376cb932e583259ccb35d6953 (diff)
downloadnumpy-20150294b80222601ddac21b7b739394039293c4.tar.gz
Merge pull request #21430 from BvB93/mypy_0950
TYP: Bump mypy to 0.950
Diffstat (limited to 'environment.yml')
-rw-r--r--environment.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/environment.yml b/environment.yml
index 263113c1f..e503e9990 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