From 96632af80d24b822cb7029a5bbdfd775982edf74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B0=D0=B4=D0=B8=D0=BC=20=D0=90=D1=85=D0=BC=D0=B5?= =?UTF-8?q?=D1=80=D0=BE=D0=B2?= Date: Sun, 8 Dec 2024 21:29:10 +0300 Subject: [PATCH] update requirements.txt --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2ff4410f..2d348811 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ # Data -numpy>=1.16.0, !=1.24.0 +numpy>=1.16.0, !=1.24.0, < 2.0.0 pandas>=1.3.0; python_version >='3.8' # Models and frameworks -networkx>=2.4, !=2.7.*, !=2.8.1, !=2.8.2, !=2.8.3, != 3.3 +networkx>=2.4, !=2.7.*, !=2.8.1, !=2.8.2, !=2.8.3, < 3.3 scipy<1.13.0 -zss>=1.2.0 +zss!=1.2.0 # Plotting matplotlib>=3.3.1; python_version >= '3.8' @@ -20,7 +20,7 @@ Pillow>=9.5.0 func_timeout==4.3.5 joblib>=0.17.0 requests>=2.0 -tqdm~=4.65.0 +tqdm~=4.66.3 typing>=3.7.0 psutil>=5.9.2