Skip to content

Commit

Permalink
Temporarily pin mypy version
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoV94 authored and wrongu committed Dec 1, 2022
1 parent dcad00e commit a6d9c0b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conda-envs/environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ dependencies:
- watermark
- polyagamma
- sphinx-remove-toctrees
- mypy
- mypy=0.982
- types-cachetools
2 changes: 1 addition & 1 deletion conda-envs/environment-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ dependencies:
- pre-commit>=2.8.0
- pytest-cov>=2.5
- pytest>=3.0
- mypy
- mypy=0.982
- types-cachetools
2 changes: 1 addition & 1 deletion conda-envs/windows-environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ dependencies:
- sphinx>=1.5
- watermark
- sphinx-remove-toctrees
- mypy
- mypy=0.982
- types-cachetools
2 changes: 1 addition & 1 deletion conda-envs/windows-environment-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ dependencies:
- pre-commit>=2.8.0
- pytest-cov>=2.5
- pytest>=3.0
- mypy
- mypy=0.982
- types-cachetools
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fastprogress>=0.2.0
h5py>=2.7
ipython>=7.16
jupyter-sphinx
mypy
mypy==0.982
myst-nb
numpy>=1.15.0
numpydoc
Expand Down

0 comments on commit a6d9c0b

Please sign in to comment.