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 803fba4 commit ee7afe8Copy full SHA for ee7afe8
.github/workflows/pythonapp.yml
@@ -171,7 +171,7 @@ jobs:
171
# install the latest pytorch for testing
172
# however, "pip install monai*.tar.gz" will build cpp/cuda with an isolated
173
# fresh torch installation according to pyproject.toml
174
- python -m pip install torch>=2.5.1 torchvision
+ python -m pip install torch\>=2.5.1 torchvision
175
- name: Check packages
176
run: |
177
pip uninstall monai
0 commit comments