Minimal setup

This commit is contained in:
2026-01-30 23:23:21 +01:00
parent c3809571ad
commit ffc32581d8
10 changed files with 134 additions and 3 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "ws-numerik"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"numpy>=2.4.1",
]