mirror of
https://gitlab.gwdg.de/j.hahn02/ws-numerik.git
synced 2026-03-01 19:32:42 +01:00
10 lines
161 B
TOML
10 lines
161 B
TOML
[project]
|
|
name = "ws-numerik"
|
|
version = "0.1.0"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"matplotlib>=3.10.8",
|
|
"numpy>=2.4.1",
|
|
]
|