Skip to content

Commit

Permalink
fix pyrodigal to 2.x #240
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwengers committed Sep 18, 2023
1 parent e1f372e commit b38f279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- requests>=2.25.1
- alive-progress>=3.0.1
- pyyaml>=6.0
- pyrodigal>=2.1.0
- pyrodigal>=2.1.0,<3.0
- trnascan-se>=2.0.11
- aragorn>=1.2.41
- infernal>=1.1.4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'requests >= 2.25.1',
'alive-progress >= 3.0.1',
'PyYAML >= 6.0',
'pyrodigal >= 2.1.0',
'pyrodigal >= 2.1.0, <3.0',
'pyhmmer >= 0.10.0'
],
entry_points={
Expand Down

0 comments on commit b38f279

Please # to comment.