Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ORNL Quantum Computing Institute
xacc
Commits
1c531f68
Commit
1c531f68
authored
Feb 14, 2019
by
Mccaskey, Alex
Browse files
removing numpy and scipy requires
Signed-off-by:
Alex McCaskey
<
mccaskeyaj@ornl.gov
>
parent
2128d5cd
Pipeline
#35083
passed with stages
in 9 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
1c531f68
...
...
@@ -89,7 +89,7 @@ s = setup(
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'
,
'scipy'
,
'
ipopo'
,
'configparser'
],
install_requires
=
[
'ipopo'
,
'configparser'
],
extras_require
=
{
'all'
:[
'xacc-rigetti'
,
'xacc-ibm'
,
'tnqvm'
,
'xacc-vqe'
]},
cmdclass
=
{
'build_ext'
:
CMakeBuild
},
#scripts=['tools/framework/xacc-framework'],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment