34 lines
772 B
TOML
34 lines
772 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",
|
|
"binance>=0.3.110",
|
|
"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",
|
|
]
|
|
|
|
[[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'" },
|
|
]
|