From 95e301cab5679f5ba78f06c538d25f46bf85e127 Mon Sep 17 00:00:00 2001 From: Vindaar Date: Sun, 16 Jun 2024 19:08:01 +0200 Subject: [PATCH] update arraymancer dependency to 0.7.32 for SomeSets fix --- scinim.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scinim.nimble b/scinim.nimble index de0fc18..f443502 100644 --- a/scinim.nimble +++ b/scinim.nimble @@ -10,7 +10,7 @@ backend = "cpp" # Dependencies requires "nim >= 1.6.0" requires "threading" -requires "arraymancer >= 0.7.31" +requires "arraymancer >= 0.7.32" requires "polynumeric >= 0.2.0" requires "nimpy >= 0.2.0"