diff --git a/scinim.nimble b/scinim.nimble index a48c130..3ca2bac 100644 --- a/scinim.nimble +++ b/scinim.nimble @@ -8,7 +8,7 @@ license = "MIT" backend = "cpp" # Dependencies -requires "nim >= 1.4.0" +requires "nim >= 1.6.0" requires "threading" requires "arraymancer >= 0.7.3" requires "polynumeric >= 0.2.0"