Browse Source

Update setup.py install_requires.

v0.2.x
jajupmochi 5 years ago
parent
commit
6a0288e8fa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup.py

+ 1
- 1
setup.py View File

@@ -8,7 +8,7 @@ with open('requirements.txt') as fp:

setuptools.setup(
name="graphkit-learn",
version="0.1",
version="0.2b1",
author="Linlin Jia",
author_email="linlin.jia@insa-rouen.fr",
description="A Python library for graph kernels based on linear patterns",


Loading…
Cancel
Save