Skip to content

Commit

Permalink
fix: Update pyo3-build-config version to "0.23"
Browse files Browse the repository at this point in the history
  • Loading branch information
cauliyang committed Jan 15, 2025
1 parent 6ca2b30 commit fcb9906
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion py-deepbiop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ numpy = { workspace = true }
parquet = { workspace = true }

[build-dependencies]
pyo3-build-config = "0.22"
pyo3-build-config = "0.23"
2 changes: 1 addition & 1 deletion py-deepbiop/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit fcb9906

Please sign in to comment.