File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -273,12 +273,12 @@ jobs:
273273 cache : ' pip'
274274 - name : Install dependencies + nvsubquadratic (no-deps)
275275 run : |
276- python -m pip install --upgrade pip wheel tomli
276+ python -m pip install --upgrade pip wheel tomli pytest
277277 python monai/config/print_dependencies.py build-system | xargs pip install --no-build-isolation
278278 python -m pip install torch==${PYTORCH_VER1} torchvision==${TORCHVISION_VER1}
279279 # # nvsubquadratic runtime imports need only torch + einops + omegaconf; install
280280 # # the package itself without its core dependency tree (see job comment above).
281- # python -m pip install omegaconf pytest
281+ # python -m pip install omegaconf
282282 # python -m pip install --no-deps 'nvsubquadratic>=0.1.1'
283283 python -m pip install --no-build-isolation .[hyena]
284284 python -m pip list
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: monai
22channels :
33 - defaults
44dependencies :
5+ - python>=3.10
56 - pip
67 - pip :
78 - -e .[all,testing]
You can’t perform that action at this time.
0 commit comments