This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
graphkit-learn
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
2
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
update versions of requirements in README.md.
v0.2.x
jajupmochi
5 years ago
parent
f02ec9362b
commit
7a16cfb9cf
1 changed files
with
8 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-8
README.md
+ 8
- 8
README.md
View File
@@ -8,14 +8,14 @@ A python package for graph kernels, graph edit distances and graph pre-image pro
## Requirements
* python==3.6.
5
* numpy
=
=1.15.2
* scipy
=
=1.1.0
* matplotlib
=
=3.0.0
* networkx
=
=2.2
* scikit-learn
=
=0.20.0
* tabulate
=
=0.8.2
* tqdm
=
=4.26.0
* python==3.6.
9
* numpy
>
=1.15.2
* scipy
>
=1.1.0
* matplotlib
>
=3.0.0
* networkx
>
=2.2
* scikit-learn
>
=0.20.0
* tabulate
>
=0.8.2
* tqdm
>
=4.26.0
* control==0.8.0 (for generalized random walk kernels only)
* slycot==0.3.3 (for generalized random walk kernels only, which requires a fortran compiler, gfortran for example)
Write
Preview
Loading…
Cancel
Save