basic course content added, more TODO

This commit is contained in:
Thomas (Tom) C. Gorordo 2026-02-22 18:07:24 -08:00
commit 76468828e3
Signed by: tgorordo
GPG key ID: 0CBED22BB0D94490
94 changed files with 22022 additions and 0 deletions

15
pyproject.toml Normal file
View file

@ -0,0 +1,15 @@
[project]
name = "pages-uoregon-edu"
version = "0.1.0"
requires-python = ">=3.13"
dependencies = [
"matplotlib>=3.10.8",
"numpy>=2.4.2",
"scikit-image>=0.26.0",
"scipy>=1.17.0",
]
[dependency-groups]
dev = [
"marimo>=0.19.11",
]