From 84d0a8bed1d0489d15bcab7b05e4bc2ee0cd163a Mon Sep 17 00:00:00 2001 From: "Vicente P. Soloviev" Date: Wed, 28 Jun 2023 12:52:32 +0200 Subject: [PATCH] v1.1.1 --- requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index ef44b2f..6a2ba4f 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 +networkx +numpy +pandas pybnesian==0.4.2 -scikit_learn>=1.2.2 -scipy>=1.6.2 -setuptools>=65.5.1 +scikit_learn +scipy +setuptools \ No newline at end of file