diff --git a/tests/requirements.txt b/tests/requirements.txt index 3805b87..c84afbf 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -2,4 +2,4 @@ coverage >6.0 pytest >7.0 pytest-cov scikit-learn >=1.0.0 -torchmetrics <0.11.0 # pin for compatibility +torchmetrics <1.3.0 # pin for compatibility