Skip to content

Commit

Permalink
install biom-format from conda
Browse files Browse the repository at this point in the history
  • Loading branch information
antgonza committed Apr 8, 2022
1 parent b65b99d commit 49cd181
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/qiita-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
export REDBIOM_HOST="http://localhost:7379"
pip install . --no-binary redbiom
conda install -c conda-forge --yes biom-format
pwd
mkdir ~/.qiita_plugins
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
scripts=glob('scripts/*'),
# making sure that numpy is installed before biom
setup_requires=['numpy', 'cython'],
install_requires=['psycopg2', 'click', 'bcrypt', 'pandas', 'future',
install_requires=['psycopg2', 'click', 'bcrypt', 'pandas',
'biom-format', 'tornado<6.0', 'toredis', 'redis',
'scp', 'pyparsing', 'h5py', 'natsort', 'nose', 'pep8',
'networkx', 'humanize', 'wtforms<3.0.0', 'nltk',
Expand Down

0 comments on commit 49cd181

Please sign in to comment.