Skip to content

Commit

Permalink
Merge pull request #70 from AnFreTh/main
Browse files Browse the repository at this point in the history
adding octis back to reqs
  • Loading branch information
AnFreTh authored Aug 7, 2024
2 parents cc36d82 + db46759 commit 5c1ffe2
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 5c1ffe2

Please sign in to comment.