From 3c0a1d4a9e1c140de6ba3d9b5a7af9ce834d7969 Mon Sep 17 00:00:00 2001 From: Tom Schierenbeck Date: Mon, 27 Nov 2023 13:58:22 +0100 Subject: [PATCH] Finished nyga distribution implementation --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e55b7bf..0c36cd6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ random-events>=1.2.5 anytree>=2.9.0 -portion>=2.4.1 \ No newline at end of file +portion>=2.4.1 +plotly>=5.18.0