Skip to content

Commit

Permalink
updateing setup and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ddangelov committed Apr 7, 2020
1 parent d2f7a2a commit bf601b4
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
25 changes: 24 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
alabaster==0.7.12
attrs==19.3.0
Babel==2.8.0
boto3==1.12.26
botocore==1.15.26
cachetools==4.0.0
Expand All @@ -15,19 +18,29 @@ google-resumable-media==0.5.0
googleapis-common-protos==1.51.0
hdbscan==0.8.26
idna==2.9
imagesize==1.2.0
importlib-metadata==1.6.0
Jinja2==2.11.1
jmespath==0.9.5
joblib==0.14.1
kiwisolver==1.1.0
llvmlite==0.31.0
MarkupSafe==1.1.1
matplotlib==3.2.1
more-itertools==8.2.0
numba==0.48.0
numpy==1.18.2
packaging==20.3
pandas==1.0.3
Pillow==7.0.0
pluggy==0.13.1
protobuf==3.11.3
py==1.8.1
pyasn1==0.4.8
pyasn1-modules==0.2.8
Pygments==2.6.1
pyparsing==2.4.6
pytest==5.4.1
python-dateutil==2.8.1
pytz==2019.3
requests==2.23.0
Expand All @@ -37,7 +50,17 @@ scikit-learn==0.22.2.post1
scipy==1.4.1
six==1.14.0
smart-open==1.10.0
snowballstemmer==2.0.0
Sphinx==2.4.4
sphinx-rtd-theme==0.4.3
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==1.0.3
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.4
umap-learn==0.3.10
urllib3==1.25.8
wcwidth==0.1.9
wordcloud==1.6.0
sphinx_rtd_theme
zipp==3.1.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setuptools.setup(
name="top2vec",
packages=["top2vec"],
version="1.0.6",
version="1.0.7",
author="Dimo Angelov",
author_email="[email protected]",
description="Topic2Vector learns jointly embedded topic, document and word vectors.",
Expand Down

0 comments on commit bf601b4

Please sign in to comment.