Skip to content

Commit

Permalink
Single source for the mypy version (#15224)
Browse files Browse the repository at this point in the history
  • Loading branch information
carmocca authored Oct 21, 2022
1 parent 774fb1a commit 90e1a0e
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Install dependencies
run: |
pip install mypy==0.971
pip install torch==1.12 --find-links https://download.pytorch.org/whl/cpu/torch_stable.html
python ./requirements/pytorch/adjust-versions.py requirements/pytorch/extra.txt
# todo: adjust requirements for both code-bases
Expand Down
1 change: 0 additions & 1 deletion requirements/lite/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ codecov>=2.1, <=2.1.12
pytest>=7.0, <=7.1.2
pytest-cov <=3.0.0
pre-commit>=1.0
mypy==0.971
1 change: 0 additions & 1 deletion requirements/pytorch/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ pytest-cov <=3.0.0
pytest-forked <=1.4.0
pytest-rerunfailures>=10.2
pre-commit>=1.0
mypy==0.971

# needed in tests
cloudpickle>=1.3, <=2.1.0
Expand Down
1 change: 0 additions & 1 deletion tests/tests_pytorch/models/data/__init__.py

This file was deleted.

1 change: 0 additions & 1 deletion tests/tests_pytorch/models/data/horovod/__init__.py

This file was deleted.

0 comments on commit 90e1a0e

Please sign in to comment.