From cdeb491a2e5bfbcdcc4dbe36189fbcfd1bb40b7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Granstr=C3=B6m?= <5092565+HugoGranstrom@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:49:19 +0100 Subject: [PATCH] update karax --- nimib.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nimib.nimble b/nimib.nimble index 8722ebf..850b6a3 100644 --- a/nimib.nimble +++ b/nimib.nimble @@ -16,7 +16,7 @@ requires "parsetoml >= 0.7.0" requires "jsony >= 1.1.5" task docsdeps, "install dependendencies required for doc building": - exec "nimble -y install ggplotnim@0.5.9 numericalnim@0.8.8 nimoji nimpy karax@1.2.2 happyx@2.0.0" + exec "nimble -y install ggplotnim@0.5.9 numericalnim@0.8.8 nimoji nimpy karax@1.3.3 happyx@2.0.0" task test, "General tests": for file in ["tsources.nim", "tblocks.nim", "tnimib.nim", "trenders.nim"]: