1
0

add old project

This commit is contained in:
2026-04-15 12:26:41 +08:00
parent 1a43580add
commit 2a57820d4b
7 changed files with 1976 additions and 0 deletions

11
mnist/pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "mnist"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"datasets>=4.3.0",
"matplotlib>=3.10.7",
"numpy>=2.3.4",
]