Skip to content

Commit e9cec0a

Browse files
authored
Merge pull request #26 from jajupmochi/v0.2
Update requirements.
2 parents 0c01cb3 + e6c4229 commit e9cec0a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ networkx>=2.2
55
scikit-learn>=0.20.0
66
tabulate>=0.8.2
77
tqdm>=4.26.0
8+
control>=0.8.2 # for generalized random walk kernels only.
89
cvxpy>=1.0.31 # for preimage. Does not work for "pip install graphkit-learn".
910
# -e https://files.pythonhosted.org/packages/11/d0/d900870dc2d02ea74961b90c353666c6528a33ea61a10aa59a0d5574ae59/cvxpy-1.0.31.tar.gz # for preimage.
1011
cvxopt>=1.2.5 # for preimage.

requirements_pypi.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ networkx>=2.2
55
scikit-learn>=0.20.0
66
tabulate>=0.8.2
77
tqdm>=4.26.0
8+
control>=0.8.2 # for generalized random walk kernels only.
89
# cvxpy>=1.0.31 # for preimage. Does not work for "pip install graphkit-learn".
910
# -e https://files.pythonhosted.org/packages/11/d0/d900870dc2d02ea74961b90c353666c6528a33ea61a10aa59a0d5574ae59/cvxpy-1.0.31.tar.gz # for preimage.
1011
cvxopt>=1.2.5 # for preimage.

0 commit comments

Comments
 (0)