Skip to content

Commit

Permalink
Remove the ndarray dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Sep 25, 2023
1 parent 5908e6a commit 3b8e27c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zarrs"
description = "A library for the Zarr V3 storage format for multidimensional arrays and metadata"
version = "0.2.0"
version = "0.2.1"
authors = ["Lachlan Deakin <ljdgit@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -52,4 +52,3 @@ zstd = { version = "0.12.4", optional = true }

[dev-dependencies]
tempdir = "0.3.7"
ndarray = "0.15.6"

0 comments on commit 3b8e27c

Please sign in to comment.