File tree Expand file tree Collapse file tree 3 files changed +1
-106
lines changed
Expand file tree Collapse file tree 3 files changed +1
-106
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ Required Packages
7272- Pandas _ (Python Data Analysis Library, version >= 1.0.0)
7373- snowballstemmer _ (Snowball Stemmer, version >= 2.0.0)
7474- TensorFlow _ (TensorFlow, version >= 2.0.0)
75- - Flask _ (Flask, version >= 1.1.0)
7675- Joblib _ (Joblib: lightweight Python pipelining, version >= 0.14)
7776
7877Home: :doc: `index `
@@ -88,6 +87,4 @@ Home: :doc:`index`
8887.. _gensim : https://radimrehurek.com/gensim/
8988.. _Pandas : http://pandas.pydata.org/
9089.. _snowballstemmer : https://github.com/snowballstem/snowball
91- .. _TensorFlow : https://www.tensorflow.org/
92- .. _Flask : https://flask.palletsprojects.com/
9390.. _Joblib : https://joblib.readthedocs.io/en/latest/
Original file line number Diff line number Diff line change @@ -86,8 +86,7 @@ def test_requirements():
8686 setup_requires = setup_requirements (),
8787 install_requires = install_requirements (),
8888 scripts = ['bin/ShortTextCategorizerConsole' ,
89- 'bin/ShortTextWordEmbedSimilarity' ,
90- 'bin/WordEmbedAPI' ],
89+ 'bin/ShortTextWordEmbedSimilarity' ],
9190 test_suite = "test" ,
9291 tests_requires = test_requirements (),
9392 zip_safe = False )
You can’t perform that action at this time.
0 commit comments