We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de63767 commit 5931dbeCopy full SHA for 5931dbe
.github/workflows/test_and_deploy.yml
@@ -51,7 +51,7 @@ jobs:
51
run: |
52
python -m pip install --upgrade pip
53
python -m pip install setuptools tox tox-gh-actions
54
- python -m pip install monai[nibabel,einops, tifffile]
+ python -m pip install monai[nibabel,einops,tifffile]
55
# pip install git+https://github.com/lucasb-eyer/pydensecrf.git@master#egg=pydensecrf
56
57
# this runs the platform-specific tests declared in tox.ini
0 commit comments