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