Started new tutorial. Added a bunch of python packages such as pytorch

This commit is contained in:
2026-06-22 17:13:57 -07:00
parent c965a11c7d
commit 669271901d
7 changed files with 1984 additions and 51 deletions
+22 -2
View File
@@ -1,13 +1,33 @@
[project]
name = "roadmap"
name = "study"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"dotenv>=0.9.9",
"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'" },
]