From d03994b85c8ee69f584889a7fd7f6bc7f594f0ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mamy=20Andr=C3=A9-Ratsimbazafy?= Date: Fri, 7 Jun 2019 23:46:44 +0200 Subject: [PATCH] Require latest nim and nimblas for complex changes --- arraymancer.nimble | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arraymancer.nimble b/arraymancer.nimble index 3e6c17249..369144b64 100644 --- a/arraymancer.nimble +++ b/arraymancer.nimble @@ -5,8 +5,8 @@ description = "A n-dimensional tensor (ndarray) library" license = "Apache License 2.0" ### Dependencies -requires "nim >= 0.19.0", - "nimblas 0.2.1", +requires "nim >= 0.20.0", + "nimblas >= 0.2.2", "nimlapack >= 0.1.1", "nimcuda >= 0.1.4", "nimcl >= 0.1.3",