Skip to content

Commit

Permalink
Add xlsxwriter as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
iquasere committed May 13, 2021
1 parent 43a704f commit 6380d6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "recognizer" %}
{% set version = "1.4.4" %}
{% set version = "1.4.5" %}
{% set sha256 = "aea5ac40e5b58490c913aa0a1f6d205d54e80e11aa692b40d1fc5c59a5dbe978" %}

package:
Expand All @@ -18,12 +18,13 @@ requirements:
run:
- python
- pandas
- blast=2.10.1
- blast =2.10.1
- lxml
- openpyxl
- krona
- wget
- progressbar
- xlsxwriter

test:
commands:
Expand Down
2 changes: 1 addition & 1 deletion recognizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from time import gmtime, strftime
from progressbar import ProgressBar

__version__ = '1.4.4'
__version__ = '1.4.5'


def get_arguments():
Expand Down

0 comments on commit 6380d6d

Please sign in to comment.