We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e30126 commit 93ec437Copy full SHA for 93ec437
1 file changed
examples/serve_browser_examples.py
@@ -33,7 +33,7 @@
33
pygfx_wheel = "https://pygfx--1273.org.readthedocs.build/1273/_static/pygfx-0.16.0-py3-none-any.whl"
34
35
# the pygfx wheel will be listed after this. it might be possible to still get deps from pyproject.toml
36
-fpl_deps = [wgpu_wheel, uharfbuzz_wheel, pygfx_wheel, "hsluv", "pylinalg", "jinja2", "httpx", "trimesh", "gltflib", "imageio"]
+fpl_deps = [wgpu_wheel, uharfbuzz_wheel, pygfx_wheel, "imgui-bundle", "hsluv", "pylinalg", "jinja2", "httpx", "trimesh", "gltflib", "imageio"]
37
38
root = Path(__file__).parent.parent.absolute()
39
0 commit comments