Skip to content

Commit

Permalink
Require latest nim and nimblas for complex changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Jun 7, 2019
1 parent a49ce4a commit d03994b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arraymancer.nimble
Expand Up @@ -5,8 +5,8 @@ description = "A n-dimensional tensor (ndarray) library"
license = "Apache License 2.0"

### Dependencies
requires "nim >= 0.19.0",
"nimblas 0.2.1",
requires "nim >= 0.20.0",
"nimblas >= 0.2.2",
"nimlapack >= 0.1.1",
"nimcuda >= 0.1.4",
"nimcl >= 0.1.3",
Expand Down

0 comments on commit d03994b

Please sign in to comment.