diff options
author | Chiara Marmo <chiara.marmo@inria.fr> | 2021-06-28 18:15:39 +0200 |
---|---|---|
committer | Chiara Marmo <chiara.marmo@inria.fr> | 2021-06-28 18:15:39 +0200 |
commit | d96daa662083aee6608d31645e4caa1950688b28 (patch) | |
tree | 36ad717edc8fb39264df2794abe7ec19859f97ef /environment.yml | |
parent | a3fb80213bc28b6ac1e6a7da09a2af3149a677aa (diff) | |
download | numpy-d96daa662083aee6608d31645e4caa1950688b28.tar.gz |
Split pipeline. Update version of mypy to 0.902.
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 607aeb231..40670b5df 100644 --- a/environment.yml +++ b/environment.yml @@ -18,7 +18,7 @@ dependencies: - pytest-xdist - hypothesis # For type annotations - - mypy=0.812 + - mypy=0.902 - typing_extensions # For building docs - sphinx=4.0.1 |