Skip to content

Commit 79a476c

Browse files
authored
Merge pull request #222 from avinxshKD/fix-missing-pyzmq-dep
Add pyzmq dependency
2 parents ea6585e + 048029f commit 79a476c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ beautifulsoup4
22
lxml
33
tensorflow
44
numpy
5+
pyzmq
56
scipy
67
matplotlib
78
cvxopt

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"beautifulsoup4",
2828
"lxml",
2929
"numpy",
30+
"pyzmq",
3031
"scipy",
3132
"matplotlib",
3233
"click>=8.0.0",

0 commit comments

Comments
 (0)