training 10 weights

This commit is contained in:
2025-05-12 20:16:48 +00:00
parent 82b45040ea
commit 66660c5507
7 changed files with 117 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "usda-throughput-control"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"ipykernel>=6.29.5",
"paho-mqtt>=2.1.0",
]