From 9ce35516d1f352c8f6ed7e856c31ff5810d77e1e Mon Sep 17 00:00:00 2001 From: William Brannon Date: Tue, 24 Sep 2024 21:23:53 +0000 Subject: [PATCH] add development package --- conda-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda-env.sh b/conda-env.sh index 88d5486..5ad286b 100644 --- a/conda-env.sh +++ b/conda-env.sh @@ -22,4 +22,4 @@ ENV_NAME='audienceview' "$HOME/miniconda3/bin/mamba" install -y -n "$ENV_NAME" -c conda-forge \ altair google-api-python-client hdbscan matplotlib nltk numpy openai \ pandas scipy sqlalchemy statsmodels streamlit tqdm transformers \ - umap-learn wordcloud + umap-learn wordcloud pip-tools