From db46759dbb24ccd773a7437e5c400941ebfc2594 Mon Sep 17 00:00:00 2001 From: AFThielmann Date: Wed, 7 Aug 2024 14:07:32 +0200 Subject: [PATCH] adding octis back to reqs --- docs/conf.py | 1 + requirements.txt | 1 + stream_topic/__version__.py | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index ba90d793ba..0d31cfa18c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,6 +62,7 @@ "plotly", "matplotlib", "gensim", + "octis", "nltk", "langdetect", "loguru", diff --git a/requirements.txt b/requirements.txt index 62cebe311c..1cc4a06813 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,6 +13,7 @@ torch==2.4.0 transformers==4.40.2 setfit==1.0.3 gensim==4.2.0 +octis==1.13.1 umap-learn==0.5.6 wordcloud==1.9.3 diff --git a/stream_topic/__version__.py b/stream_topic/__version__.py index 10b95664f1..72c5526315 100644 --- a/stream_topic/__version__.py +++ b/stream_topic/__version__.py @@ -1,4 +1,4 @@ """Version information.""" # The following line *must* be the last in the module, exactly as formatted: -__version__ = "0.1.1" +__version__ = "0.1.2"