Skip to content

Commit

Permalink
Bump mypy to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelosthege authored Oct 10, 2023
1 parent bc6c41f commit 2698e12
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 @@ -36,7 +36,7 @@ dependencies:
- watermark
- polyagamma
- sphinx-remove-toctrees
- mypy=0.990
- mypy=1.5.1
- types-cachetools
- pip:
- git+https://github.com/pymc-devs/pymc-sphinx-theme
Expand Down
2 changes: 1 addition & 1 deletion conda-envs/environment-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
- pre-commit>=2.8.0
- pytest-cov>=2.5
- pytest>=3.0
- mypy=0.990
- mypy=1.5.1
- types-cachetools
- pip:
- numdifftools>=0.9.40
Expand Down
2 changes: 1 addition & 1 deletion conda-envs/windows-environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:
- sphinx>=1.5
- watermark
- sphinx-remove-toctrees
- mypy=0.990
- mypy=1.5.1
- types-cachetools
- pip:
- git+https://github.com/pymc-devs/pymc-sphinx-theme
Expand Down
2 changes: 1 addition & 1 deletion conda-envs/windows-environment-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
- pre-commit>=2.8.0
- pytest-cov>=2.5
- pytest>=3.0
- mypy=0.990
- mypy=1.5.1
- types-cachetools
- pip:
- numdifftools>=0.9.40
Expand Down
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 @@ h5py>=2.7
ipython>=7.16
jupyter-sphinx
mcbackend>=0.4.0
mypy==0.990
mypy==1.5.1
myst-nb
numdifftools>=0.9.40
numpy>=1.15.0
Expand Down

0 comments on commit 2698e12

Please sign in to comment.