Skip to content

Commit ae1cdd6

Browse files
authored
Update dependencies (#136)
* Increase numpy cap
1 parent 286e0f2 commit ae1cdd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
install_requires = [
1616
'graphviz>=0.9,<1',
17-
'numpy>=1.17.1,<1.19',
17+
'numpy>=1.17.1,<1.21',
1818
'psutil>=5,<6',
1919
]
2020

0 commit comments

Comments
 (0)