We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f8a971 commit c223d77Copy full SHA for c223d77
graphtik/__init__.py
@@ -3,7 +3,7 @@
3
"""Lightweight computation graphs for Python."""
4
5
__author__ = "hnguyen"
6
-__version__ = "2.1.0"
+__version__ = "2.1.1.dev0"
7
__release_date__ = "20 Oct 2019, 01:30"
8
__license__ = "Apache-2.0"
9
__title__ = "graphtik"
setup.py
@@ -34,6 +34,7 @@
34
"Bug Tracker": "https://github.com/pygraphkit/graphtik/issues",
35
},
36
packages=["graphtik"],
37
+ python_requires='>=3.6',
38
install_requires=[
39
"networkx; python_version >= '3.5'",
40
"networkx == 2.2; python_version < '3.5'",
0 commit comments