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

Commit

Permalink
MAINT: set upper bound on natsort version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gregcaporaso committed May 26, 2015
1 parent 269b5e1 commit 85ceed2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ def build_swarm():
install_requires=['numpy >= 1.9.0',
'scipy >= 0.14.0',
'cogent == 1.5.3',
'natsort < 4.0.0',
'matplotlib >= 1.1.0, != 1.4.2',
'pynast == 1.2.2', 'qcli >= 0.1.1, < 0.2.0', 'gdata',
'biom-format >= 2.1.4, < 2.2.0',
Expand Down

0 comments on commit 85ceed2

Please sign in to comment.