Project initialization: Git, uv, dvc setup

This commit is contained in:
denglifan
2026-03-20 09:08:59 +08:00
commit 7405afdf97
6 changed files with 30 additions and 0 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "spider-ctext"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"cowsay>=6.1",
"numpy>=2.4.3",
"pandas>=3.0.1",
]