Python包版本管理文件
This commit is contained in:
1
.python-version
Normal file
1
.python-version
Normal file
@@ -0,0 +1 @@
|
|||||||
|
3.13
|
||||||
11
pyproject.toml
Normal file
11
pyproject.toml
Normal 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",
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user