From f74b957b1201295a1b92416da1c2d0c48714d7b9 Mon Sep 17 00:00:00 2001 From: "Vicente P. Soloviev" Date: Wed, 28 Jun 2023 12:46:55 +0200 Subject: [PATCH] v1.1.1 --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 84a753b..ef44b2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -matplotlib==3.3.4 -networkx==2.5 -numpy==1.22.4 -pandas==1.2.4 +matplotlib>=3.3.4 +networkx>=2.5 +numpy>=1.22.4 +pandas>=1.2.4 pybnesian==0.4.2 -scikit_learn==1.2.2 -scipy==1.6.2 +scikit_learn>=1.2.2 +scipy>=1.6.2 setuptools>=65.5.1