Python包版本管理文件

This commit is contained in:
2025-10-24 19:53:44 +08:00
parent 2dfff29d00
commit 23f1f8fe95
3 changed files with 1918 additions and 0 deletions

1
.python-version Normal file
View File

@@ -0,0 +1 @@
3.13

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "kt-data-analysis"
version = "0.1.0"
description = "A data analysis package for KT datasets."
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"jupyterlab>=4.4.10",
"matplotlib>=3.9.4",
"pandas>=2.3.3",
]

1906
uv.lock generated Normal file

File diff suppressed because it is too large Load Diff