From 813b6bc283b2f08aa641c669d0a022fc294795ad Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Sun, 2 Jun 2013 20:02:21 -0400 Subject: [PATCH] Bump required pytools version. --- setup.py | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/setup.py b/setup.py index fbc13b0b6..a4dd80e66 100644 --- a/setup.py +++ b/setup.py @@ -26,23 +26,23 @@ setup(name="loo.py", description="An automatic loop generator for OpenCL", long_description="", classifiers=[ - 'Development Status :: 4 - Beta', - 'Intended Audience :: Developers', - 'Intended Audience :: Other Audience', - 'Intended Audience :: Science/Research', - 'License :: OSI Approved :: MIT License', - 'Natural Language :: English', - 'Programming Language :: Python', - 'Topic :: Scientific/Engineering', - 'Topic :: Scientific/Engineering :: Information Analysis', - 'Topic :: Scientific/Engineering :: Mathematics', - 'Topic :: Scientific/Engineering :: Visualization', - 'Topic :: Software Development :: Libraries', - 'Topic :: Utilities', - ], + 'Development Status :: 4 - Beta', + 'Intended Audience :: Developers', + 'Intended Audience :: Other Audience', + 'Intended Audience :: Science/Research', + 'License :: OSI Approved :: MIT License', + 'Natural Language :: English', + 'Programming Language :: Python', + 'Topic :: Scientific/Engineering', + 'Topic :: Scientific/Engineering :: Information Analysis', + 'Topic :: Scientific/Engineering :: Mathematics', + 'Topic :: Scientific/Engineering :: Visualization', + 'Topic :: Software Development :: Libraries', + 'Topic :: Utilities', + ], install_requires=[ - "pyopencl>=2013.1", + "pyopencl>=2013.2", "pymbolic>=2013.1", "cgen", "islpy>=2013.2" @@ -51,7 +51,7 @@ setup(name="loo.py", author="Andreas Kloeckner", url="http://pypi.python.org/pypi/pytools", author_email="inform@tiker.net", - license = "MIT", + license="MIT", packages=[ "loopy", "loopy.codegen", -- GitLab