biocore / biom-format

The Biological Observation Matrix (BIOM) Format Project
http://biom-format.org
Other
89 stars 95 forks source link

Removed dependency on natsort #953

Closed qiyunzhu closed 4 months ago

qiyunzhu commented 4 months ago

The package natsort is listed as a dependency but it is actually never used. Instead, BIOM has a built-in natsort function. Therefore this dependency can be removed. See:

https://github.com/scikit-bio/scikit-bio/issues/2007

wasade commented 4 months ago

Am +1 assuming all green

qiyunzhu commented 4 months ago

@wasade All greened.