Skip to content

Commit e7015aa

Browse files
committed
- pinned the maximum version of Arraymancer's nimcuda to prevent issues on certain machines (coming from it's CUDA backend)
1 parent 1aec679 commit e7015aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nimplex.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ skipDirs = @["tests", "assets", "docs", "examples"]
88

99
# Dependencies
1010
requires "nim >= 2.0.0"
11-
requires "arraymancer >= 0.7.3 & <= 0.7.32"
1211
requires "nimcuda >= 0.1.4 & <= 0.1.9"
12+
requires "arraymancer >= 0.7.3 & <= 0.7.32"
1313
requires "nimpy"

0 commit comments

Comments
 (0)