diff --git a/Cargo.toml b/Cargo.toml index aa3b9a0..cd7259b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,9 +13,9 @@ license = "Apache-2.0" [workspace.dependencies] pyo3 = { version = "0.23.3", features = [ - "abi3-py39", - "extension-module", - "anyhow", + "abi3-py39", + "extension-module", + "anyhow", ] } pyo3-stub-gen = "0.6.2" thiserror = "2.0" @@ -25,13 +25,13 @@ rayon = { version = "1.10" } log = "0.4" pyo3-log = "0.12.1" noodles = { version = "0.87.0", features = [ - "bgzf", - "core", - "csi", - "fasta", - "fastq", - "sam", - "bam", + "bgzf", + "core", + "csi", + "fasta", + "fastq", + "sam", + "bam", ] } bio = "2.0" @@ -58,7 +58,7 @@ candle-core = { git = "https://github.com/huggingface/candle.git", version = "0. colored = "3.0" textwrap = "0.16" flate2 = { version = "1.0.35", features = [ - "zlib-ng", + "zlib-ng", ], default-features = false } deepbiop-fq = { version = "0.1.13", path = "crates/deepbiop-fq" } diff --git a/py-deepbiop/Cargo.toml b/py-deepbiop/Cargo.toml index 5abba4f..26a550e 100644 --- a/py-deepbiop/Cargo.toml +++ b/py-deepbiop/Cargo.toml @@ -25,4 +25,4 @@ numpy = { workspace = true } parquet = { workspace = true } [build-dependencies] -pyo3-build-config = "0.22" +pyo3-build-config = "0.23" diff --git a/py-deepbiop/pyproject.toml b/py-deepbiop/pyproject.toml index 8485b5d..4375060 100644 --- a/py-deepbiop/pyproject.toml +++ b/py-deepbiop/pyproject.toml @@ -8,7 +8,7 @@ description = "Deep Learning Preprocessing Library for Biological Data" readme = "README.md" authors = [{ name = "Yangyang Li", email = "sunlifeliz5@gmail.com" }] license = { file = "LICENSE" } -version = "0.1.12" +version = "0.1.13" requires-python = ">=3.9" keywords = ["deep-learning", "bioinformatics", "biological-data"]