Skip to content

Commit b7cd16d

Browse files
authored
- pinned the maximum version of Arraymancer's nimcuda to prevent issues on certain machines (coming from it's interaction with CUDA backend)
1 parent 872e039 commit b7cd16d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nimcso.nimble

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ srcDir = "src"
99
# Dependencies
1010

1111
requires "nim >= 2.0.0"
12-
requires "arraymancer >= 0.7.3"
12+
requires "nimcuda >= 0.1.4 & <= 0.1.9"
13+
requires "arraymancer >= 0.7.3 & <= 0.7.32"
1314
requires "yaml >= 2.0.0"

0 commit comments

Comments
 (0)