diff --git a/pyproject.toml b/pyproject.toml index 784b358..90d480b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Run your MLIR GPU kernels on WebGPU!" readme = "README.md" requires-python = ">=3.12" -dependencies = ["xdsl~=0.57.0", "wgpu>=0.28.0,<0.30"] +dependencies = ["xdsl~=0.57.0", "wgpu>=0.28.0,<0.31"] [dependency-groups] dev = ["xdsl[dev]"]