diff --git a/machine-learning/logistic-regression-in-pytorch/requirements.txt b/machine-learning/logistic-regression-in-pytorch/requirements.txt index 101e4ff0..868e7f09 100644 --- a/machine-learning/logistic-regression-in-pytorch/requirements.txt +++ b/machine-learning/logistic-regression-in-pytorch/requirements.txt @@ -2,4 +2,4 @@ matplotlib numpy pandas scikit_learn==1.0.2 -torch==1.10.1 \ No newline at end of file +torch==1.13.1 \ No newline at end of file