You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ A Python package for graph kernels, graph edit distances and graph pre-image pro
21
21
* tqdm>=4.26.0
22
22
* control>=0.8.2 (for generalized random walk kernels only)
23
23
* 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`))
Copy file name to clipboardExpand all lines: requirements_pypi.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ tabulate>=0.8.2
7
7
tqdm>=4.26.0
8
8
control>=0.8.2 # for generalized random walk kernels only.
9
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
-
Cython>=0.29.33 # for GEDLIB.
10
+
Cython~=0.29.33 # for GEDLIB.
11
11
# cvxpy>=1.0.31 # for preimage. Does not work for "pip install graphkit-learn".
12
12
# -e https://files.pythonhosted.org/packages/11/d0/d900870dc2d02ea74961b90c353666c6528a33ea61a10aa59a0d5574ae59/cvxpy-1.0.31.tar.gz # for preimage.
0 commit comments