Skip to content

Commit

Permalink
Fix futures version issue with scikit-bio
Browse files Browse the repository at this point in the history
  • Loading branch information
jairideout committed Oct 5, 2014
1 parent d7ed377 commit e797f3f
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 @@ -260,7 +260,7 @@ def app_available(app_name):
'pynast == 1.2.2', 'qcli', 'gdata',
'biom-format == 2.1', 'emperor == 0.9.3-dev',
'scikit-bio == 0.1.4', 'brokit == 0.0.0-dev',
'pandas >= 0.13.1', 'future', 'h5py>=2.2.0',
'pandas >= 0.13.1', 'future <= 0.13.1', 'h5py>=2.2.0',
'burrito'],
dependency_links=[
'https://github.com/biocore/brokit/archive/master.zip#egg=brokit-0.0.0-dev',
Expand Down

0 comments on commit e797f3f

Please sign in to comment.