Skip to content

Commit

Permalink
trying again with the cymem version... -.-
Browse files Browse the repository at this point in the history
  • Loading branch information
Burton DeWilde committed Apr 11, 2016
1 parent 3edd896 commit 529b1bf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
19 changes: 9 additions & 10 deletions docs/source/api_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ Topic Modeling
.. automodule:: textacy.tm.topic_model
:members:

File IO
-------

.. automodule:: textacy.fileio.read
:members:

.. automodule:: textacy.fileio.write
:members:

Utilities
---------

Expand All @@ -40,16 +49,6 @@ Utilities
.. automodule:: textacy.math_utils
:members:

File IO
-------

.. automodule:: textacy.fileio.read
:members:

.. automodule:: textacy.fileio.write
:members:


Other Stuff!
------------

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cachetools
cld2-cffi
cymem==1.31
cymem>=1.30,<1.31
cytoolz
ftfy
fuzzywuzzy
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,5 @@ def read_file(fname, encoding='utf-8'):
'scikit-learn',
'spacy>=0.100.0',
'unidecode',
'cymem==1.31'
],
)

0 comments on commit 529b1bf

Please sign in to comment.