Skip to content
Snippets Groups Projects
Commit 22e5aec3 authored by imcovangent's avatar imcovangent
Browse files

Updated required metis version for networkx 2.0 compability.

Former-commit-id: edbe7d65201f748b292ebd1c5dafb1ee591c3a58
parent ac2dc3d1
No related branches found
No related tags found
No related merge requests found
......@@ -12,4 +12,4 @@ PKG-INFO
# PyCharm
.idea
**/.idea/workspace.xml
**/.idea/tasks.xml
\ No newline at end of file
**/.idea/tasks.xml
metis
metis>=0.2a3
lxml
tabulate
flask
......
......@@ -28,7 +28,7 @@ setup(name='kadmos',
license='Apache Software License',
packages=find_packages(),
install_requires=[
'metis',
'metis>=0.2a3',
'lxml',
'tabulate',
'flask',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment