Skip to content

Commit 2e62ef9

Browse files
committed
Chiller compilation bounds
1 parent 2e8cb55 commit 2e62ef9

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ categories = ["algorithms", "mathematics", "science"]
1414

1515
[dependencies]
1616
smartcore = {version = "0.2.1", features=["serde"]}
17-
serde = {version = "1.0.130", features=["derive"]}
18-
bincode = "1.3.3"
19-
itertools = "0.10.1"
20-
comfy-table = "5.0.0"
21-
humantime = "2.1.0"
22-
ndarray = {version = "0.15.3", optional = true}
23-
polars = {version = "0.17.0", features = ["ndarray"], optional = true}
24-
url = {version = "2.2.2", optional = true}
17+
serde = {version = "^1", features=["derive"]}
18+
bincode = "^1"
19+
itertools = "^0.14"
20+
comfy-table = "^7"
21+
humantime = "^2"
22+
ndarray = {version = "^0.16", optional = true}
23+
polars = {version = "^0.45", features = ["ndarray"], optional = true}
24+
url = {version = "^2", optional = true}
2525
temp-file = {version = "0.1.6", optional = true}
26-
csv-sniffer = { version = "0.1.1", optional = true }
27-
minreq = {version = "2.6.0", optional = true, features = ["json-using-serde", "https"]}
28-
serde_yaml = "0.8.23"
26+
csv-sniffer = { version = "^0.3", optional = true }
27+
minreq = {version = "^2", optional = true, features = ["json-using-serde", "https"]}
28+
serde_yaml = "^0.9"
2929

3030
[features]
3131
default = []

0 commit comments

Comments
 (0)