Skip to content

Commit 71c432b

Browse files
committed
rm nltk
1 parent 25237a5 commit 71c432b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Deployed on October 14th, 2024
1515
* `Remove SynDNA reads` superseded `SynDNA Woltka`, which now generates even mates.
1616
* `Woltka v0.1.7, paired-end` superseded `Woltka v0.1.6` in `qp-woltka`; [more information](https://qiita.ucsd.edu/static/doc/html/processingdata/woltka_pairedend.html). Thank you to @qiyunzhu for the benchmarks!
1717
* Other general fixes, like [#3424](https://github.com/qiita-spots/qiita/pull/3424), [#3425](https://github.com/qiita-spots/qiita/pull/3425).
18+
* We updated the available parameters for `Filter features against reference [filter_features]`, `Non V4 16S sequence assessment [non_v4_16s]` and all the phylogenetic analytical commands so they can use `Greengenes2 2024.09`.
1819

1920

2021
Version 2024.07

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
install_requires=['psycopg2', 'click', 'bcrypt', 'pandas<2.0',
106106
'biom-format', 'tornado<6.0', 'toredis', 'redis',
107107
'scp', 'pyparsing', 'h5py', 'natsort', 'nose', 'pep8',
108-
'networkx', 'humanize', 'wtforms<3.0.0', 'nltk<=3.8.1',
108+
'networkx', 'humanize', 'wtforms<3.0.0',
109109
'openpyxl', 'sphinx-bootstrap-theme', 'Sphinx<3.0',
110110
'gitpython', 'redbiom', 'pyzmq', 'sphinx_rtd_theme',
111111
'paramiko', 'seaborn', 'matplotlib', 'scipy<=1.10.1',

0 commit comments

Comments
 (0)