Skip to content

Commit cd8fc97

Browse files
committed
fix dependencies
1 parent 9fbf725 commit cd8fc97

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ classifiers = [
1818
]
1919
readme = "README.md"
2020
requires-python = ">=3.8"
21+
dependencies = ["numpy", "webgpu", "ngsolve", "typing_extensions"]
22+
23+
[project.optional-dependencies]
24+
dev = ["pytest"]
25+
docs = ["sphinx", "nbsphinx", "pydata-sphinx-theme"]
2126

2227
[tool.setuptools_scm]
2328
version_file = "ngsolve_webgpu/_version.py"

0 commit comments

Comments
 (0)