inital commit, add lab1

This commit is contained in:
2026-01-26 22:36:29 -05:00
commit 4316bc80a9
24 changed files with 1098 additions and 0 deletions

10
lab1/pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[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",
]