We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 096f0b7 commit d46dda9Copy full SHA for d46dda9
.github/workflows/tests.yaml
@@ -37,7 +37,7 @@ jobs:
37
with:
38
python-version: ${{ matrix.pyv }}
39
- name: install
40
- run: pip install wheel "torchmetrics<0.7.0" ".[tests]" --use-deprecated=legacy-resolver
+ run: pip install wheel ".[tests]" --use-deprecated=legacy-resolver
41
- name: install libomp
42
# required for xgboost
43
if: runner.os == 'macOS'
0 commit comments