Skip to content

Commit

Permalink
Add dependency array-api-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderFabisch committed Aug 22, 2023
1 parent 7e7ccf4 commit 559e4dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 559e4dd

Please sign in to comment.