Skip to content

Commit

Permalink
Merge branch 'release/1.2-dev' into model_size
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Jan 25, 2021
2 parents e3db80c + cb58fde commit e6dc2ba
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
python-version: 3.8
- name: Install mypy
run: |
pip install mypy
pip install "mypy==0.790"
pip list
- name: mypy check
run: |
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ scikit-learn>=0.22.2
scikit-image>=0.17.2
black>=20.8b1
isort>=5.6.4
mypy>=0.720
mypy>=0.720, <0.800
pre-commit>=1.0

cloudpickle>=1.3
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ omit =
pytorch_lightning/accelerators/tpu_*.py
pytorch_lightning/cluster_environments/*.py
pytorch_lightning/overrides/data_parallel.py
pytorch_lightning/metrics
pytorch_lightning/utilities/xla_device_utils.py
pytorch_lightning/utilities/distributed.py
pytorch_lightning/tuner/auto_gpu_select.py
Expand Down

0 comments on commit e6dc2ba

Please sign in to comment.