Skip to content

Commit

Permalink
update sourmash and screed versions (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb authored Dec 4, 2022
1 parent cfdf9ee commit f5c27a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion genome_grist/conf/env/papermill.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ dependencies:
- matplotlib>=3.4.3,<4
- numpy>=1.21.3,<2
- pandas>=1.3.4,<2
- sourmash>=4.5.0,<4.6
- sourmash>=4.6.1,<5
- python>=3.8,<3.10
4 changes: 2 additions & 2 deletions genome_grist/conf/env/sourmash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ channels:
- defaults
dependencies:
- python>=3.8,<3.10
- screed
- sourmash>=4.5.0,<4.6
- screed>=1.1,<2
- sourmash>=4.6.1,<5
- pip
- pip:
- git+https://github.com/dib-lab/genome-grist.git#egg=genome-grist
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ test =
pytest>=5.1.2,<7.3.0
pytest-cov
pytest-dependency
sourmash>=4.5.0,<4.6.0
sourmash>=4.6.1,<5

0 comments on commit f5c27a9

Please sign in to comment.