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

Fix up declared depdendencies

parent ccb5fc74
No related branches found
No related tags found
No related merge requests found
......@@ -38,12 +38,22 @@ setup(name="loo.py",
install_requires=[
"pytools>=2016.1",
"pymbolic>=2015.2.1",
"cgen>=2013.1.2",
"islpy>=2014.2",
"pymbolic>=2016.1",
"cgen>=2016.1",
"islpy>=2016.1",
"six>=1.8.0",
],
extras_require={
"pyopencl": [
"pyopencl>=2015.2",
],
'fortran': [
"hg+https://bitbucket.org/inducer/f2py",
"ply>=3.6",
],
},
scripts=["bin/loopy"],
author="Andreas Kloeckner",
......
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