38 lines
856 B
TOML
Executable File
38 lines
856 B
TOML
Executable File
[project]
|
|
name = "pyml_env_test"
|
|
version = "0.0.4"
|
|
description = "Python machine learning environment test"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"ipykernel>=6.30.1",
|
|
"ipython>=9.5.0",
|
|
"jupyter>=1.1.1",
|
|
"lightgbm>=4.6.0",
|
|
"matplotlib>=3.10.6",
|
|
"notebook>=7.4.7",
|
|
"numpy>=2.1.2",
|
|
"pandas>=2.3.2",
|
|
"pgmpy>=1.0.0",
|
|
"pip>=25.2",
|
|
"pygam>=0.10.1",
|
|
"scikit-learn>=1.7.2",
|
|
"seaborn>=0.13.2",
|
|
"torch",
|
|
"torchaudio",
|
|
"torchvision",
|
|
"xgboost>=3.0.5",
|
|
]
|
|
[tool.uv.sources]
|
|
torch = {index = "pytorch"}
|
|
torchaudio = {index = "pytorch"}
|
|
torchvision = {index = "pytorch"}
|
|
[[tool.uv.index]]
|
|
name = "tuna"
|
|
url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
|
|
default = true
|
|
[[tool.uv.index]]
|
|
name = "pytorch"
|
|
url = "https://download.pytorch.org/whl/cu129"
|
|
explicit = true
|