Skip to content

Commit

Permalink
Update max pomegranate dependency version from <=0.14.9 to <1.0.0
Browse files Browse the repository at this point in the history
Closes #890.
  • Loading branch information
etal committed Sep 4, 2024
1 parent 5c4fd71 commit e189a45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- matplotlib >=3.5.2
- numpy >=1.24.2
- pandas >=1.5.3
- pomegranate >=0.14.8, <=0.14.9
- pomegranate >=0.14.8, <1.0.0
- pyfaidx >=0.7.1
- pysam >=0.20.0
- pytest
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ requirements:
- matplotlib >=3.5.2
- numpy >=1.24.2
- pandas >=1.5.3
- pomegranate >=0.14.8, <=0.14.9
- pomegranate >=0.14.8, <1.0.0
- pyfaidx >=0.7.1
- pysam >=0.20.0
- reportlab >=3.6.12
Expand Down
2 changes: 1 addition & 1 deletion requirements/core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ biopython >= 1.80
matplotlib >= 3.5.2
numpy >= 1.24.2
pandas >= 1.5.3
pomegranate >=0.14.8, <=0.14.9
pomegranate >=0.14.8, <1.0.0
pyfaidx >= 0.7.1
pysam >= 0.20.0
reportlab >= 3.6.12
Expand Down

0 comments on commit e189a45

Please sign in to comment.