Adding the dependencies and requirements for quimb. Updated readme for
installation.
This commit is contained in:
10
setup.py
10
setup.py
@@ -27,7 +27,15 @@ setup(
|
||||
"Topic :: Scientific/Engineering :: Physics",
|
||||
],
|
||||
install_requires=[
|
||||
"scipy"
|
||||
"scipy",
|
||||
"numba",
|
||||
"cytoolz",
|
||||
"tqdm",
|
||||
"psutil",
|
||||
"opt_einsum",
|
||||
"autoray",
|
||||
"quimb",
|
||||
"qibo"
|
||||
],
|
||||
extras_require={
|
||||
"docs": ["sphinx", "sphinx_rtd_theme", "recommonmark", "sphinxcontrib-bibtex", "sphinx_markdown_tables", "nbsphinx", "IPython"],
|
||||
|
||||
Reference in New Issue
Block a user