Skip to content

Commit

Permalink
Update rust-htslib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
apcamargo committed Dec 20, 2024
1 parent 98ac587 commit 9bd5f6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
platform:
- runner: ubuntu-latest
target: x86_64
- runner: ubuntu-latest
target: aarch64
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ pyo3 = "0.20.3"
coverm = "0.7.0"
ndarray = "0.15.6"
numpy = "0.20.0"
rust-htslib = { version = "0.45.0", default-features = false }
rust-htslib = { version = "0.49.0", default-features = false }
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "maturin"
[project]
name = "pycoverm"
requires-python = ">=3.8"
dependencies = ["numpy>=2,<3"]
dependencies = ["numpy>=1.20,<3"]
classifiers = [
"Intended Audience :: Science/Research",
"Programming Language :: Rust",
Expand Down

0 comments on commit 9bd5f6b

Please sign in to comment.