Skip to content

Commit

Permalink
Merge pull request #214 from qiyunzhu/0.1.7
Browse files Browse the repository at this point in the history
updated dependency
  • Loading branch information
qiyunzhu authored Oct 7, 2024
2 parents 3f00999 + 31e12d5 commit 959f2f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ci/conda_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
numpy
numba
biom-format
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'author': init.__author__,
'author_email': init.__email__,
'url': init.__url__,
'install_requires': ['biom-format'],
'install_requires': ['numba', 'biom-format'],
'classifiers': classes.strip().split('\n '),
'python_requires': '>=3.6',
'entry_points': {
Expand Down

0 comments on commit 959f2f9

Please sign in to comment.