You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

requirements_pypi.txt 632 B

12345678910111213
  1. numpy>=1.16.2
  2. scipy>=1.1.0
  3. matplotlib>=3.0.0
  4. networkx>=2.2
  5. scikit-learn>=0.20.0
  6. tabulate>=0.8.2
  7. tqdm>=4.26.0
  8. control>=0.8.2 # for generalized random walk kernels only.
  9. # slycot>=0.3.3 # for generalized random walk kernels only, which requires a fortran compiler (e.g., `gfortran`) and BLAS/LAPACK (e.g. `liblapack-dev`)
  10. # cvxpy>=1.0.31 # for preimage. Does not work for "pip install graphkit-learn".
  11. # -e https://files.pythonhosted.org/packages/11/d0/d900870dc2d02ea74961b90c353666c6528a33ea61a10aa59a0d5574ae59/cvxpy-1.0.31.tar.gz # for preimage.
  12. cvxopt>=1.2.5 # for preimage.
  13. mosek>=9.2.5; python_version >= '3.6' # for preimage.

A Python package for graph kernels, graph edit distances and graph pre-image problem.