From 44c7d74f26bf1be80d04cd9f049c9c0ff52cbbb4 Mon Sep 17 00:00:00 2001 From: zuberek Date: Wed, 31 Jan 2024 11:55:44 +0000 Subject: [PATCH] Add streamlit imports --- env/NSEA_env.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/env/NSEA_env.yml b/env/NSEA_env.yml index d41e923..1ae6594 100644 --- a/env/NSEA_env.yml +++ b/env/NSEA_env.yml @@ -11,7 +11,7 @@ dependencies: - pandas - pymc = 5.7 - plotly - # - python-kaleido + - python-kaleido - matplotlib - scikit-learn - statsmodels @@ -27,4 +27,5 @@ dependencies: - numpyro - blackjax - nutpie - - multiprocess \ No newline at end of file + - multiprocess + - streamlit \ No newline at end of file