Skip to content

Commit

Permalink
Clean up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
VlaDexa committed May 24, 2024
1 parent 9bbcdc5 commit c4ab7d8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ intel-mkl-static = ["ndarray-linalg/intel-mkl-static"]
intel-mkl-system = ["ndarray-linalg/intel-mkl-system"]

[dependencies]
ndarray = "0.15.6"
ndarray-linalg = "0.16.0"
burn = "0.13.2"
ndarray = "0.15"
ndarray-linalg = "0.16"
burn = "0.13"

[dev-dependencies.burn]
version = "*"
version = "0.13"
features = ["wgpu", "train", "vision", "tui"]

[dev-dependencies.ndarray-linalg]
version = "*"
version = "0.16"
features = ["netlib-system"]

[[example]]
Expand Down

0 comments on commit c4ab7d8

Please sign in to comment.