Browse Source

Merge pull request #26 from jajupmochi/v0.2

Update requirements.
tags/v0.2.0
linlin GitHub 4 years ago
parent
commit
e9cec0a0c4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      requirements.txt
  2. +1
    -0
      requirements_pypi.txt

+ 1
- 0
requirements.txt View File

@@ -5,6 +5,7 @@ networkx>=2.2
scikit-learn>=0.20.0 scikit-learn>=0.20.0
tabulate>=0.8.2 tabulate>=0.8.2
tqdm>=4.26.0 tqdm>=4.26.0
control>=0.8.2 # for generalized random walk kernels only.
cvxpy>=1.0.31 # for preimage. Does not work for "pip install graphkit-learn". cvxpy>=1.0.31 # for preimage. Does not work for "pip install graphkit-learn".
# -e https://files.pythonhosted.org/packages/11/d0/d900870dc2d02ea74961b90c353666c6528a33ea61a10aa59a0d5574ae59/cvxpy-1.0.31.tar.gz # for preimage. # -e https://files.pythonhosted.org/packages/11/d0/d900870dc2d02ea74961b90c353666c6528a33ea61a10aa59a0d5574ae59/cvxpy-1.0.31.tar.gz # for preimage.
cvxopt>=1.2.5 # for preimage. cvxopt>=1.2.5 # for preimage.


+ 1
- 0
requirements_pypi.txt View File

@@ -5,6 +5,7 @@ networkx>=2.2
scikit-learn>=0.20.0 scikit-learn>=0.20.0
tabulate>=0.8.2 tabulate>=0.8.2
tqdm>=4.26.0 tqdm>=4.26.0
control>=0.8.2 # for generalized random walk kernels only.
# cvxpy>=1.0.31 # for preimage. Does not work for "pip install graphkit-learn". # cvxpy>=1.0.31 # for preimage. Does not work for "pip install graphkit-learn".
# -e https://files.pythonhosted.org/packages/11/d0/d900870dc2d02ea74961b90c353666c6528a33ea61a10aa59a0d5574ae59/cvxpy-1.0.31.tar.gz # for preimage. # -e https://files.pythonhosted.org/packages/11/d0/d900870dc2d02ea74961b90c353666c6528a33ea61a10aa59a0d5574ae59/cvxpy-1.0.31.tar.gz # for preimage.
cvxopt>=1.2.5 # for preimage. cvxopt>=1.2.5 # for preimage.


Loading…
Cancel
Save