Removed redundant packages and updated necessary packages needed for quimb
This commit is contained in:
17
setup.py
17
setup.py
@@ -27,19 +27,22 @@ setup(
|
|||||||
"Topic :: Scientific/Engineering :: Physics",
|
"Topic :: Scientific/Engineering :: Physics",
|
||||||
],
|
],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"scipy",
|
"networkx>=2.3",
|
||||||
"numba",
|
"opt_einsum>=3.2",
|
||||||
"cytoolz",
|
"autoray>=0.2.0",
|
||||||
"tqdm",
|
"diskcache>=3.0",
|
||||||
"psutil",
|
"mpi4py",
|
||||||
|
# "petsc4py",
|
||||||
|
# "slepc4py",
|
||||||
|
"randomgen>=1.18",
|
||||||
"opt_einsum",
|
"opt_einsum",
|
||||||
"autoray",
|
"autoray",
|
||||||
"quimb",
|
"quimb",
|
||||||
"qibo"
|
"qibo"
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
"docs": ["sphinx", "sphinx_rtd_theme", "recommonmark", "sphinxcontrib-bibtex", "sphinx_markdown_tables", "nbsphinx", "IPython"],
|
"docs": ["sphinx", "sphinx_rtd_theme", "recommonmark", "sphinxcontrib-bibtex", "sphinx_markdown_tables", "nbsphinx", "IPython", "doc2dash>=2.4.1", ],
|
||||||
"tests": ["pytest", "cirq", "ply", "sklearn", "dill"],
|
"tests": ["pytest", "cirq", "ply", "sklearn", "dill", "coverage", "pytest-cov"],
|
||||||
},
|
},
|
||||||
python_requires=">=3.7.0",
|
python_requires=">=3.7.0",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
|
|||||||
Reference in New Issue
Block a user