first commit of lab2

This commit is contained in:
2026-02-24 22:26:45 -05:00
parent 914b8073ee
commit 8f2bb921aa
6 changed files with 827 additions and 0 deletions

10
lab2/pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "lab2"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"matplotlib>=3.10.8",
"numpy>=2.4.2",
]