Skip to content

Commit

Permalink
Bump pybigtools dependencies, namely pyo3 to 0.22 and numpy to 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
jackh726 committed Nov 30, 2024
1 parent 281a62d commit 346d45a
Show file tree
Hide file tree
Showing 4 changed files with 215 additions and 226 deletions.
134 changes: 50 additions & 84 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pybigtools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ crate-type = ["cdylib"]

[dependencies]
bigtools = { version = "0.5.5-dev", path = "../bigtools", default_features = false, features = ["read", "write"] }
url = "2.4.0"
tokio = { version = "1.34.0", features = ["rt", "rt-multi-thread"] }
url = "2.5.0"
tokio = { version = "1.41.0", features = ["rt", "rt-multi-thread"] }
futures = { version = "0.3.1", features = ["thread-pool"] }
numpy = "0.19"
pyo3 = { version = "0.19.1", features = ["extension-module"] }
numpy = "0.22"
pyo3 = { version = "0.22", features = ["extension-module"] }

[features]
default = ["remote"]
Expand Down
Loading

0 comments on commit 346d45a

Please sign in to comment.