Skip to content

Commit 97b4afb

Browse files
committed
fix dependencies
1 parent e264b53 commit 97b4afb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ repository = "https://github.com/grumyantsev/tclifford"
1212
readme = "README.md"
1313

1414
[dependencies]
15-
num = "*"
16-
itertools = "*"
15+
num = ">=0.4.3, <0.5"
16+
itertools = ">=0.13"
1717
ndarray = ">=0.16, <0.17"
1818
static_assertions = "1.1.0"
19-
opimps = "*"
19+
opimps = "0.2.2"
2020

2121
[dev-dependencies]
22-
rand = "*"
23-
num-integer = "*"
22+
rand = ">=0.8"
23+
num-integer = ">=0.1"

0 commit comments

Comments
 (0)