Skip to content
Snippets Groups Projects
Commit 91568ee6 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Merge pull request #11 from dokempf/master

Explicitly state the required verison of six.
parents a37e3d92 5e21452c
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ setup(name="loo.py",
"pymbolic>=2015.2.1",
"cgen>=2013.1.2",
"islpy>=2014.2",
"six",
"six>=1.8.0",
],
scripts=["bin/loopy"],
......
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