Skip to content

Commit

Permalink
Closes #1371 - Setting mypy back to >=0.931 (#1489)
Browse files Browse the repository at this point in the history
* Setting mypy back to >=0.931

* Adding mypy update to requirements.txt

Co-authored-by: joshmarshall1 <[email protected]>
  • Loading branch information
joshmarshall1 and joshmarshall1 authored Jun 9, 2022
1 parent 63da60b commit 67444fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arkouda-env-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ dependencies:

- pip:
# Developer dependencies
- mypy==0.931
- mypy>=0.931
- typeguard==2.10.0

2 changes: 1 addition & 1 deletion pydoc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Sphinx
sphinx-argparse
sphinx-autoapi
typed-ast
mypy==0.931
mypy>=0.931
flake8
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
extras_require={ # Optional
'dev': ['pexpect', 'pytest', 'pytest-env',
'Sphinx', 'sphinx-argparse', 'sphinx-autoapi',
'mypy==0.931', 'typed-ast', 'flake8'],
'mypy>=0.931', 'typed-ast', 'flake8'],
},
# replace original install command with version that also builds
# chapel and the arkouda server.
Expand Down

0 comments on commit 67444fe

Please sign in to comment.