Skip to content

Commit

Permalink
adding octis back to reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
AnFreTh committed Aug 7, 2024
1 parent 2244141 commit db46759
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"plotly",
"matplotlib",
"gensim",
"octis",
"nltk",
"langdetect",
"loguru",
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion stream_topic/__version__.py
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit db46759

Please sign in to comment.