Skip to content

Commit

Permalink
Upgrade mypy version
Browse files Browse the repository at this point in the history
  • Loading branch information
Armavica committed Oct 10, 2024
1 parent 5145b0c commit b19744d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion conda-envs/environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies:
- watermark
- polyagamma
- sphinx-remove-toctrees
- mypy=1.5.1
- mypy=1.11.2
- types-cachetools
- pip:
- git+https://github.com/pymc-devs/pymc-sphinx-theme
Expand Down
2 changes: 1 addition & 1 deletion conda-envs/environment-jax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:
- pre-commit>=2.8.0
- pytest-cov>=2.5
- pytest>=3.0
- mypy=1.5.1
- mypy=1.11.2
- types-cachetools
- pip:
- numdifftools>=0.9.40
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 @@ -28,7 +28,7 @@ dependencies:
- pre-commit>=2.8.0
- pytest-cov>=2.5
- pytest>=3.0
- mypy=1.5.1
- mypy=1.11.2
- 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 @@ -34,7 +34,7 @@ dependencies:
- sphinx>=1.5
- watermark
- sphinx-remove-toctrees
- mypy=1.5.1
- mypy=1.11.2
- 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 @@ -28,7 +28,7 @@ dependencies:
- pre-commit>=2.8.0
- pytest-cov>=2.5
- pytest>=3.0
- mypy=1.5.1
- mypy=1.11.2
- types-cachetools
- pip:
- numdifftools>=0.9.40
Expand Down
2 changes: 1 addition & 1 deletion pymc/backends/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
RunType: TypeAlias = Run
HAS_MCB = True
except ImportError:
TraceOrBackend = BaseTrace # type: ignore[misc]
TraceOrBackend = BaseTrace # type: ignore[assignment, misc]
RunType = type(None) # type: ignore[assignment, misc]


Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ h5py>=2.7
ipython>=7.16
jupyter-sphinx
mcbackend>=0.4.0
mypy==1.5.1
mypy==1.11.2
myst-nb<=1.0.0
numdifftools>=0.9.40
numpy>=1.15.0
Expand Down

0 comments on commit b19744d

Please sign in to comment.