Browse Source

Update requirements.

v0.2.x
jajupmochi 5 years ago
parent
commit
1191009381
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      README.md
  2. +1
    -1
      requirements.txt

+ 1
- 1
README.md View File

@@ -10,7 +10,7 @@ A Python package for graph kernels, graph edit distances and graph pre-image pro
## Requirements

* python>=3.5
* numpy>=1.15.2
* numpy>=1.16.2
* scipy>=1.1.0
* matplotlib>=3.0.0
* networkx>=2.2


+ 1
- 1
requirements.txt View File

@@ -1,4 +1,4 @@
numpy>=1.15.2
numpy>=1.16.2
scipy>=1.1.0
matplotlib>=3.0.0
networkx>=2.2


Loading…
Cancel
Save