summaryrefslogtreecommitdiff
path: root/requirements
diff options
context:
space:
mode:
authorRoss Barnowski <rossbar@berkeley.edu>2020-11-14 16:45:38 -0800
committerGitHub <noreply@github.com>2020-11-14 16:45:38 -0800
commita00d1b4e358df0b238ccb60a2d7bb6b74717a1ef (patch)
treebcc994ef00d52a37ac45c13d6879e77246e41d86 /requirements
parent457ab82bda75fad7f096a170b7d80dd7f295dee5 (diff)
downloadnetworkx-a00d1b4e358df0b238ccb60a2d7bb6b74717a1ef.tar.gz
Enable mayavi in sphinx gallery. (#4297)
* Enable mayavi in sphinx gallery. * Add mayavi deps to example requirements. * Install vtk before mayavi * Don't popup Mayavi windows * Display offscreen * Borrow mayavi CI conf from sphinx-gallery * Grab dependencies as specified in sphinx-gallery conf. * Set up virtual frame buffer so mayavi can import/run headless. Co-authored-by: Jarrod Millman <jarrod.millman@gmail.com>
Diffstat (limited to 'requirements')
-rw-r--r--requirements/example.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/requirements/example.txt b/requirements/example.txt
index 91210f8e..10769662 100644
--- a/requirements/example.txt
+++ b/requirements/example.txt
@@ -7,3 +7,7 @@ Cartopy>=0.18.0
geopandas>=0.8
osmnx>=0.16
pysal>=2.3
+# For mayavi
+vtk>=9.0
+pyqt5>=5.15
+mayavi>=4.7