From bd3b6c61581163cad44928ab95fe965471e18aa3 Mon Sep 17 00:00:00 2001 From: ashtoff Date: Thu, 23 May 2024 09:53:44 +0300 Subject: [PATCH] Upgraded python packages. --- requirements.txt | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6334761..686bdb0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,9 @@ -torch==1.12.1 -scipy==1.9.1 -cvxpy==1.2.1 -tqdm==4.64.1 -attrs==22.1.0 -pandas==1.4.4 -seaborn==0.11.2 -matplotlib==3.5.3 \ No newline at end of file +torch~=2.3.0 +numpy~=1.26.4 +scipy~=1.13.1 +cvxpy~=1.5.1 +tqdm~=4.66.4 +attrs~=23.2.0 +pandas~=2.2.2 +seaborn~=0.13.2 +matplotlib~=3.9.0 \ No newline at end of file