Browse Source

Add a requirement: slycot.

v0.2.x
jajupmochi 4 years ago
parent
commit
c55003d9a2
3 changed files with 3 additions and 1 deletions
  1. +1
    -1
      README.md
  2. +1
    -0
      requirements.txt
  3. +1
    -0
      requirements_pypi.txt

+ 1
- 1
README.md View File

@@ -18,7 +18,7 @@ A Python package for graph kernels, graph edit distances and graph pre-image pro
* tabulate>=0.8.2
* tqdm>=4.26.0
* control>=0.8.2 (for generalized random walk kernels only)
* slycot==0.3.3 (for generalized random walk kernels only, which requires a fortran compiler, gfortran for example)
* slycot>0.4.0 (for generalized random walk kernels only, which requires a fortran compiler, gfortran for example)

## How to use?



+ 1
- 0
requirements.txt View File

@@ -6,6 +6,7 @@ scikit-learn>=0.20.0
tabulate>=0.8.2
tqdm>=4.26.0
control>=0.8.2 # for generalized random walk kernels only.
slycot>=0.4.0 # for generalized random walk kernels only, which requires a fortran compiler, gfortran for example
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.
cvxopt>=1.2.5 # for preimage.


+ 1
- 0
requirements_pypi.txt View File

@@ -6,6 +6,7 @@ scikit-learn>=0.20.0
tabulate>=0.8.2
tqdm>=4.26.0
control>=0.8.2 # for generalized random walk kernels only.
# slycot>=0.4.0 # for generalized random walk kernels only, which requires a fortran compiler, gfortran for example
# 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.
cvxopt>=1.2.5 # for preimage.


Loading…
Cancel
Save