# ===== Project info [project] dynamic = ["version"] name = "fastplotlib" description = "Next-gen fast plotting library running on WGPU using the Pygfx rendering engine " readme = "README.md" license = { file = "LICENSE" } authors = [{ name = "Kushal Kolar" }, { name = "Caitlin Lewis" }] keywords = [ "visualization", "science", "interactive", "pygfx", "webgpu", "wgpu", "vulkan", "gpu", ] requires-python = ">= 3.10" dependencies = [ "numpy>=1.23.0", "pygfx==0.15.3", "wgpu", # Let pygfx constrain the wgpu version "cmap>=0.1.3", # (this comment keeps this list multiline in VSCode) ] [project.optional-dependencies] docs = [ "sphinx", "sphinx-gallery", "pydata-sphinx-theme", "glfw", "ipywidgets>=8.0.0,=0.5.1", "ipywidgets>=8.0.0,=3.2,