We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e7c22 commit 9f0ca7bCopy full SHA for 9f0ca7b
setup.py
@@ -16,7 +16,8 @@
16
exec(fd.read())
17
18
install_requires = [
19
- "matplotlib>=3.0.0" "numpy>=1.14.0", # for colormaps for pyvista
+ "matplotlib>=3.0.0", # for colormaps for pyvista
20
+ "numpy>=1.14.0",
21
"pyvista>=0.31.0", # first release with theme support
22
"appdirs>=1.4.0",
23
"tqdm>=4.45.0",
0 commit comments