Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Commit 85ceed2

Browse files
author
Greg Caporaso
committed
MAINT: set upper bound on natsort version
the default sorting function changed in natsort 4.0. setting an upper bound on the required version to maintain the old default for consistency with prior versions of QIIME. See [scikit-bio/scikit-bio#930](scikit-bio/scikit-bio#930) for more detail.
1 parent 269b5e1 commit 85ceed2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,7 @@ def build_swarm():
433433
install_requires=['numpy >= 1.9.0',
434434
'scipy >= 0.14.0',
435435
'cogent == 1.5.3',
436+
'natsort < 4.0.0',
436437
'matplotlib >= 1.1.0, != 1.4.2',
437438
'pynast == 1.2.2', 'qcli >= 0.1.1, < 0.2.0', 'gdata',
438439
'biom-format >= 2.1.4, < 2.2.0',

0 commit comments

Comments
 (0)