From e7015aa986bb4829d9543e46478f150cdd2ae35a Mon Sep 17 00:00:00 2001 From: "Adam M. Krajewski" <54290107+amkrajewski@users.noreply.github.com> Date: Thu, 17 Oct 2024 10:00:53 +0000 Subject: [PATCH] - pinned the maximum version of `Arraymancer`'s `nimcuda` to prevent issues on certain machines (coming from it's CUDA backend) --- nimplex.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nimplex.nimble b/nimplex.nimble index 22c82d5..8b6334f 100644 --- a/nimplex.nimble +++ b/nimplex.nimble @@ -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" \ No newline at end of file