From 046ca31bddc675b91ea82c512445c4054f9eadd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 02:20:10 +0000 Subject: [PATCH] pip prod(deps): bump wgpu from 0.17.3 to 0.18.0 Bumps [wgpu](https://github.com/pygfx/wgpu-py) from 0.17.3 to 0.18.0. - [Release notes](https://github.com/pygfx/wgpu-py/releases) - [Changelog](https://github.com/pygfx/wgpu-py/blob/main/CHANGELOG.md) - [Commits](https://github.com/pygfx/wgpu-py/compare/v0.17.3...v0.18.0) --- updated-dependencies: - dependency-name: wgpu dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d6729f355c..85bd45fed6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ gui = ["textual==0.79.1", "pyclip==0.7"] jax = ["jax==0.4.31", "numpy==2.1.1"] onnx = ["onnx==1.16.2", "numpy==2.1.1"] riscv = ["riscemu==2.2.7"] -wgpu = ["wgpu==0.17.3"] +wgpu = ["wgpu==0.18.0"] [project.urls] Homepage = "https://xdsl.dev/"