Skip to content

Commit

Permalink
Update future dependency
Browse files Browse the repository at this point in the history
biom_format is using string_type from the future module, but this is included in version 0.15.0.

PythonCharmers/python-future@3b9c211
  • Loading branch information
bgruening committed Mar 3, 2016
1 parent ea39f9e commit 4da9ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
from Cython.Build import cythonize
extensions = cythonize(extensions)

install_requires = ["click", "numpy >= 1.3.0", "future >= 0.14.3",
install_requires = ["click", "numpy >= 1.3.0", "future >= 0.15.0",
"scipy >= 0.13.0"]
# HACK: for backward-compatibility with QIIME 1.9.x, pyqi must be installed.
# pyqi is not used anymore in this project.
Expand Down

0 comments on commit 4da9ffd

Please sign in to comment.