From 569a57f0238684dd638b594894a4d2021ca9cc44 Mon Sep 17 00:00:00 2001 From: Antonio Gonzalez Date: Sat, 12 Oct 2024 08:09:03 -0600 Subject: [PATCH] upgrade nltk --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 230cec3a2..21df7ed0c 100644 --- a/setup.py +++ b/setup.py @@ -105,7 +105,7 @@ install_requires=['psycopg2', 'click', 'bcrypt', 'pandas<2.0', 'biom-format', 'tornado<6.0', 'toredis', 'redis', 'scp', 'pyparsing', 'h5py', 'natsort', 'nose', 'pep8', - 'networkx', 'humanize', 'wtforms<3.0.0', 'nltk<=3.8.1', + 'networkx', 'humanize', 'wtforms<3.0.0', 'nltk', 'openpyxl', 'sphinx-bootstrap-theme', 'Sphinx<3.0', 'gitpython', 'redbiom', 'pyzmq', 'sphinx_rtd_theme', 'paramiko', 'seaborn', 'matplotlib', 'scipy<=1.10.1',