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"