Skip to content

Commit

Permalink
Properly install Pattern library for documentation build (#2626)
Browse files Browse the repository at this point in the history
* Probably fixes #2534

* Uppercase P

* Added comment
  • Loading branch information
Hiyorimi authored and mpenkov committed Oct 8, 2019
1 parent 25f8a42 commit 2131e3a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,13 +276,14 @@ def finalize_options(self):
])

if (3, 0) < sys.version_info < (3, 7):
linux_testenv.extend(['nmslib'])
linux_testenv.extend(['nmslib'])

docs_testenv = linux_testenv + distributed_env + [
'sphinx',
'sphinxcontrib-napoleon',
'plotly',
'pattern <= 2.6',
# Pattern's version is specified to install Pattern 3.6, which adds python3 support
'Pattern >= 3.6',
'sphinxcontrib.programoutput',
]
#
Expand Down Expand Up @@ -360,7 +361,7 @@ def finalize_options(self):

url='http://radimrehurek.com/gensim',
download_url='http://pypi.python.org/pypi/gensim',

license='LGPLv2.1',

keywords='Singular Value Decomposition, SVD, Latent Semantic Indexing, '
Expand Down

0 comments on commit 2131e3a

Please sign in to comment.