Files
study/pyproject.toml
T
2026-06-22 18:16:36 -07:00

35 lines
811 B
TOML

[project]
name = "study"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"aiohttp>=3.14.1",
"altair>=6.2.1",
"cryptography>=49.0.0",
"jupyter>=1.1.1",
"matplotlib>=3.10.9",
"numpy>=2.4.6",
"polars>=1.41.2",
"python-dotenv>=1.2.2",
"seaborn>=0.13.2",
"torch>=2.12.1",
"tqdm>=4.68.3",
"vegafusion>=2.0.3",
"vl-convert-python>=1.9.0.post1",
]
[[tool.uv.index]]
name = "pytorch-cu132"
url = "https://download.pytorch.org/whl/cu132"
explicit = true
[tool.uv.sources]
torch = [
{ index = "pytorch-cu132", marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
]
torchvision = [
{ index = "pytorch-cu132", marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
]