diff --git a/dev_requirements.txt b/dev_requirements.txt index 7686984..acc5fcf 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,3 +1,3 @@ -pytest==8.3.4 +pytest==9.0.3 pytest-cov==6.0.0 ruff==0.7.3 diff --git a/requirements.txt b/requirements.txt index 39572e4..e69ac95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ numpy==1.26.4 # torch needs to be compatible with the CUDA driver version. # python3 -c "import torch; print(torch.cuda.is_available(), torch.cuda.device_count(), torch.cuda.get_device_name(0) if torch.cuda.is_available() else None)" -torch==2.9.1 +torch==2.12.1 scipy==1.17.1 statsmodels==0.14.6