Skip to content

Commit 369d152

Browse files
deps: update aminoextract to version 0.4.1
1 parent ef1fc9e commit 369d152

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Other dependencies will be installed during the installation, your don't have to
1515
* pandas==2.3.*
1616
* tqdm==4.59.*
1717
* biopython==1.85
18-
* aminoextract==0.4.0
18+
* aminoextract==0.4.1
1919

2020
We strongly advise you to use a conda environment (or similar) to make sure there won't be any conflicts in package dependencies.
2121

env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ dependencies:
88
- pysam==0.23.3
99
- biopython==1.85
1010
- tqdm==4.59.0
11-
- aminoextract==0.4.0
11+
- aminoextract==0.4.1
1212
- pytest==8.4.*

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"pandas==2.3.*",
2929
"tqdm==4.59.0",
3030
"biopython==1.85",
31-
"aminoextract==0.4.0"
31+
"aminoextract==0.4.1"
3232
]
3333

3434
[project.urls]

0 commit comments

Comments
 (0)