Skip to content

Commit

Permalink
- pinned the maximum version of Arraymancer's nimcuda to prevent …
Browse files Browse the repository at this point in the history
…issues on certain machines (coming from it's CUDA backend)
  • Loading branch information
amkrajewski committed Oct 17, 2024
1 parent 1aec679 commit e7015aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nimplex.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ skipDirs = @["tests", "assets", "docs", "examples"]

# Dependencies
requires "nim >= 2.0.0"
requires "arraymancer >= 0.7.3 & <= 0.7.32"
requires "nimcuda >= 0.1.4 & <= 0.1.9"
requires "arraymancer >= 0.7.3 & <= 0.7.32"
requires "nimpy"

0 comments on commit e7015aa

Please sign in to comment.