From fb37c720ba9123865f79b2e08c8dd932eb6430e6 Mon Sep 17 00:00:00 2001 From: Mohammad Amin Date: Tue, 19 Dec 2023 13:25:09 +0330 Subject: [PATCH] update: package versions! --- requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1a52c31..300add3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -numpy==1.24.1 -pytest==7.2.0 -pytest-cov==4.0.0 -coverage==7.2.5 -python-dotenv==0.21.1 -neo4j==5.8.0 -graphdatascience==1.7 +numpy>=1.24.1 +pytest>=7.2.0, <8.0.0 +pytest-cov>=4.0.0, <6.0.0 +coverage>=7.2.5 +python-dotenv==1.0.0 +neo4j>=5.14.1, <6.0.0 +graphdatascience>=1.7