File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -66,24 +66,24 @@ requirements:
6666 - pillow
6767 - moderngl
6868
69- test :
70- test :
71- requires :
72- - numpy >=1.18
73- - jupyter-server-proxy
74- - aiohttp
75- - matplotlib
76- - moderngl
77- - quaternion
78- - pillow
79- - moderngl
80- imports :
81- - lavavu
82- commands :
83- # This will not work on CI without opengl context
84- - python -c "import lavavu; print(lavavu.__version__); lv = lavavu.Viewer (); print(lv.gl); lv.test(); lv.image('test.jpg');" # [linux]
69+ # test:
70+ # test:
71+ # requires:
72+ # - numpy >=1.18
73+ # - jupyter-server-proxy
74+ # - aiohttp
75+ # - matplotlib
76+ # - moderngl
77+ # - quaternion
78+ # - pillow
79+ # - moderngl
80+ # imports:
81+ # - lavavu
82+ # commands:
83+ # #this will not work on ci without opengl context
84+ # - python -c "import lavavu; print(lavavu.__version__); lv = lavavu.viewer (); print(lv.gl); lv.test(); lv.image('test.jpg');" # [linux]
8585
86- about :
86+ # about:
8787 summary : Python interface to LavaVu OpenGL 3D scientific visualisation utilities
8888 home : https://lavavu.github.io/
8989 dev_url : https://github.com/lavavu/LavaVu
You can’t perform that action at this time.
0 commit comments