diff options
author | sayantikabanik <sayantikabanik122@gmail.com> | 2021-09-30 15:16:31 +0530 |
---|---|---|
committer | sayantikabanik <sayantikabanik122@gmail.com> | 2021-09-30 15:16:31 +0530 |
commit | 27184496f761930ffc7830deb368b8fe88848d84 (patch) | |
tree | 1f07ed1b18a344f2cd20f91b8c959e060ce71671 | |
parent | 1cadccc6012124e38e02a78b39bf268123d272c1 (diff) | |
download | numpy-27184496f761930ffc7830deb368b8fe88848d84.tar.gz |
BLD: updated mypy version from 0.902 to 0.910
-rw-r--r-- | environment.yml | 2 |
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 |