summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsayantikabanik <sayantikabanik122@gmail.com>2021-09-30 15:16:31 +0530
committersayantikabanik <sayantikabanik122@gmail.com>2021-09-30 15:16:31 +0530
commit27184496f761930ffc7830deb368b8fe88848d84 (patch)
tree1f07ed1b18a344f2cd20f91b8c959e060ce71671
parent1cadccc6012124e38e02a78b39bf268123d272c1 (diff)
downloadnumpy-27184496f761930ffc7830deb368b8fe88848d84.tar.gz
BLD: updated mypy version from 0.902 to 0.910
-rw-r--r--environment.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/environment.yml b/environment.yml
index 188e29a4f..7c9d28449 100644
--- a/environment.yml
+++ b/environment.yml
@@ -18,7 +18,7 @@ dependencies:
- pytest-xdist
- hypothesis
# For type annotations
- - mypy=0.902
+ - mypy=0.910
# For building docs
- sphinx=4.1.1
- numpydoc=1.1.0