Skip to content

Commit 8c84cf7

Browse files
authored
⬆️ change rust-numpy git dependency to release (#18)
1 parent 8918af5 commit 8c84cf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ name = "tsdownsample._rust._tsdownsample_rs"
1414

1515
[dependencies]
1616
downsample_rs = { path = "downsample_rs", features = ["half"]}
17-
pyo3 = { version = "0.17.2", features = ["extension-module"] }
18-
numpy = { git = "https://github.com/PyO3/rust-numpy", features = ["half"] } # Replace this once new release is done
17+
pyo3 = { version = "0.18", features = ["extension-module"] }
18+
numpy = { version = "0.18", features = ["half"] }
1919
half = { version = "2.1", default-features = false }
2020
paste = { version = "1.0.9", default-features = false }
2121

0 commit comments

Comments
 (0)