Skip to content

Commit 8e6f59d

Browse files
authored
Update ndarray version constraints in README.md (#544)
1 parent 3b4b1b0 commit 8e6f59d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ This crate uses types from `ndarray` in its public API. `ndarray` is re-exported
121121
in the crate root so that you do not need to specify it as a direct dependency.
122122

123123
Furthermore, this crate is compatible with multiple versions of `ndarray` and therefore depends
124-
on a range of semver-incompatible versions, currently `>= 0.15, < 0.17`. Cargo does not
124+
on a range of semver-incompatible versions, currently `>= 0.15, <= 0.17`. Cargo does not
125125
automatically choose a single version of `ndarray` by itself if you depend directly or indirectly
126126
on anything but that exact range. It can therefore be necessary to manually unify these dependencies.
127127

0 commit comments

Comments
 (0)