diff --git a/VERSION b/VERSION index 9767cc98e..20f49513e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.10 +0.1.11 diff --git a/setup.py b/setup.py index c28f42b52..51396415d 100644 --- a/setup.py +++ b/setup.py @@ -89,6 +89,8 @@ def build_extension(self, ext): description='Hardware-agnostic quantum programming framework', long_description='XACC provides a language and hardware agnostic programming framework for hybrid classical-quantum applications.', ext_modules=[CMakeExtension('xacc')], + install_requires=['numpy','ipopo'], + extras_require=['all':['xacc-rigetti','xacc-ibm','tnqvm','xacc-vqe']], cmdclass={'build_ext':CMakeBuild}, #scripts=['tools/framework/xacc-framework'], zip_safe=False