Skip to content

Commit c16d60e

Browse files
committed
Add nimpy as dependency
1 parent 32fcbbc commit c16d60e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

matplotnim.nimble

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package
22

3-
version = "0.1.0"
3+
version = "0.2.0"
44
author = "Rui Vieira"
55
description = "Nim wrapper for matplotlib"
66
license = "Apache-2.0"
@@ -11,3 +11,4 @@ srcDir = "src"
1111

1212
requires "nim >= 0.19.4"
1313
requires "tempfile"
14+
requires "nimpy"

0 commit comments

Comments
 (0)