Skip to content

Commit d46dda9

Browse files
committed
Unpin torchmetrics
1 parent 096f0b7 commit d46dda9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
python-version: ${{ matrix.pyv }}
3939
- name: install
40-
run: pip install wheel "torchmetrics<0.7.0" ".[tests]" --use-deprecated=legacy-resolver
40+
run: pip install wheel ".[tests]" --use-deprecated=legacy-resolver
4141
- name: install libomp
4242
# required for xgboost
4343
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)