Skip to content

Commit 6cd357d

Browse files
AngelEzquerrametagn
authored andcommitted
Update arraymancer dependencies (mratsim#665)
The dependency with nim was very out of date (which caused problems with nimble and nim's language server). I'm also taking the chance to make small bumps to some of the other dependencies.
1 parent 4f80d70 commit 6cd357d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: arraymancer.nimble

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ description = "A n-dimensional tensor (ndarray) library"
55
license = "Apache License 2.0"
66

77
### Dependencies
8-
requires "nim >= 1.0.0",
9-
"nimblas >= 0.3.0",
10-
"nimlapack >= 0.3.0",
11-
"nimcuda >= 0.1.4",
8+
requires "nim >= 1.6.0",
9+
"nimblas >= 0.3.1",
10+
"nimlapack >= 0.3.1",
11+
"nimcuda >= 0.1.9",
1212
"nimcl >= 0.1.3",
1313
"clblast >= 0.0.2",
1414
"stb_image",

0 commit comments

Comments
 (0)