Skip to content

Commit

Permalink
chore(deps): Update polars, pyo3 and pyo3-polars. (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 31, 2023
1 parent 25e32b4 commit f4f3817
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ thiserror = "1.0.25"
time = { version = "0.3", features = ["serde", "serde-well-known", "serde-human-readable", "macros"] }
num = "0.4.0"
ndarray = "0.15.3"
pyo3 = { version = "0.19.0" }
polars = { version = "0.34.2", features = ["lazy", "rows", "ndarray"] }
pyo3-polars = "0.8.0"
pyo3 = { version = "0.20.0" }
tracing = "0.1"
csv = "1.1"
hdf5 = { version="0.8.1" }
Expand Down
4 changes: 2 additions & 2 deletions pywr-python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ categories = ["science", "simulation"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
pyo3-polars = "0.7.0"
pyo3 = { version = "0.19.0" }
pyo3 = { workspace = true }
pyo3-polars = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
pywr-core = { path="../pywr-core" }
Expand Down
6 changes: 3 additions & 3 deletions pywr-schema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ categories = ["science", "simulation"]

[dependencies]
svgbobdoc = { version = "0.3.0", features = ["enable"] }
polars = { version = "0.33.2", features = ["lazy", "rows", "ndarray"] }
pyo3-polars = "0.7.0"
polars = { workspace = true }
pyo3 = { workspace = true }
pyo3-polars = { workspace = true }
strum = "0.25"
strum_macros = "0.25"

hdf5 = { workspace = true }
csv = { workspace = true }
tracing = { workspace = true }
pyo3 = { workspace = true }
num = { workspace = true }
ndarray = { workspace = true }
serde = { workspace = true }
Expand Down

0 comments on commit f4f3817

Please sign in to comment.