From e2045b1639d66acd137e6fe709eff5ff9d5fc56c Mon Sep 17 00:00:00 2001 From: Eren Date: Wed, 11 Sep 2024 10:58:46 +0200 Subject: [PATCH] add versions of dependencies --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 54f976d..01a174d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,9 +21,9 @@ readme = "README.md" requires-python = ">=3.9" dependencies = [ "MDAnalysis>=2.0.0", - "hmmlearn", - "networkx", - "numpy", + "hmmlearn == 0.3.2", + "networkx == 3.2.1", + "numpy == 1.26.4", "scikit-learn == 1.4.2", "scipy == 1.13.0"