11 lines
197 B
TOML
11 lines
197 B
TOML
[project]
|
|
name = "lab1"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"matplotlib>=3.10.8",
|
|
"numpy>=2.4.1",
|
|
]
|