From 1aec67951258b5bf0032ce45a101790e32cd1eeb Mon Sep 17 00:00:00 2001 From: "Adam M. Krajewski" <54290107+amkrajewski@users.noreply.github.com> Date: Thu, 17 Oct 2024 09:39:59 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/nimplex.nimble b/nimplex.nimble index 5dd7e69..22c82d5 100644 --- a/nimplex.nimble +++ b/nimplex.nimble @@ -9,4 +9,5 @@ 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 "nimpy" \ No newline at end of file