Skip to content

Commit 9f0ca7b

Browse files
authored
fix setup req (#619)
1 parent 70e7c22 commit 9f0ca7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
exec(fd.read())
1717

1818
install_requires = [
19-
"matplotlib>=3.0.0" "numpy>=1.14.0", # for colormaps for pyvista
19+
"matplotlib>=3.0.0", # for colormaps for pyvista
20+
"numpy>=1.14.0",
2021
"pyvista>=0.31.0", # first release with theme support
2122
"appdirs>=1.4.0",
2223
"tqdm>=4.45.0",

0 commit comments

Comments
 (0)