Skip to content

Commit fbe50f3

Browse files
committed
Removing pytype requirement
Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
1 parent d99e97e commit fbe50f3

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
python -c "import torch; print(torch.__version__); print('{} of GPUs available'.format(torch.cuda.device_count()))"
215215
python -c 'import torch; print(torch.rand(5,3, device=torch.device("cuda:0")))'
216216
ngc --version
217-
BUILD_MONAI=1 ./runtests.sh --build --coverage --pytype --unittests --disttests # unit tests with pytype checks, coverage report
217+
BUILD_MONAI=1 ./runtests.sh --build --coverage --unittests --disttests # unit tests with pytype checks, coverage report
218218
BUILD_MONAI=1 ./runtests.sh --build --coverage --net # integration tests with coverage report
219219
coverage xml --ignore-errors
220220
if pgrep python; then pkill python; fi

requirements-dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ pyflakes
1717
black>=26.3.1
1818
isort>=5.1, <6, !=6.0.0
1919
ruff>=0.14.11,<0.15
20-
pytype>=2020.6.1, <=2024.4.11; platform_system != "Windows"
2120
pybind11
2221
types-setuptools
2322
mypy>=1.5.0, <1.12.0

0 commit comments

Comments
 (0)