diff --git a/setup.py b/setup.py index a3a5e695d..1e7984762 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,8 @@ ], license='BSD-3-Clause', packages=find_packages(), - install_requires=["numpy", "scipy", "matplotlib", "lxml"], + install_requires=["numpy", "scipy", "matplotlib", "lxml", + "array-api-compat"], extras_require={ "all": ["pydot", "trimesh", "pycollada", "open3d"], "doc": ["numpydoc", "sphinx", "sphinx-gallery",