From 10b0a01df21052097c63b241272046eb48669317 Mon Sep 17 00:00:00 2001 From: Ethan-DeBandi99 <16845933+Ethan-DeBandi99@users.noreply.github.com> Date: Mon, 23 May 2022 09:50:43 -0400 Subject: [PATCH] Updating mypy==0.931 --- arkouda-env-dev.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arkouda-env-dev.yml b/arkouda-env-dev.yml index b25352e899..a81e5b2581 100644 --- a/arkouda-env-dev.yml +++ b/arkouda-env-dev.yml @@ -24,5 +24,5 @@ dependencies: - pip: - typeguard==2.10.0 # Developer dependencies - - mypy>=0.931 + - mypy==0.931 \ No newline at end of file diff --git a/setup.py b/setup.py index 084b31e04a..4d3010945e 100644 --- a/setup.py +++ b/setup.py @@ -153,7 +153,7 @@ extras_require={ # Optional 'dev': ['h5py','pexpect', 'pytest', 'pytest-env','Sphinx', 'sphinx-argparse', - 'sphinx-autoapi', 'mypy>=0.931', 'typed-ast'], + 'sphinx-autoapi', 'mypy==0.931', 'typed-ast'], }, # replace original install command with version that also builds # chapel and the arkouda server.