-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
55 lines (50 loc) · 1.19 KB
/
Copy pathpyproject.toml
File metadata and controls
55 lines (50 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[project]
name = "pyproject"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
# "aio-pika>=9.5.5",
"backtrader>=1.9.78.123",
"fastapi>=0.115.11",
"jupyter-server>=2.15.0",
"jupyterlab>=4.4.0",
"langchain-anthropic>=0.3.9",
"langgraph>=0.3.8",
"langsmith>=0.3.13",
"matplotlib>=3.10.1",
"mplfinance>=0.12.10b0",
"notebook>=7.4.0",
"openai>=1.78.1",
# "pandas-ta>=0.3.14b0",
"plotly>=6.1.1",
"py7zr>=0.22.0",
"pyqlib>=0.9.6",
"rich>=13.9.4",
"scikit-learn>=1.6.1",
"seaborn>=0.13.2",
"selenium>=4.29.0",
"statsmodels>=0.14.4",
"ta-lib>=0.6.3",
"torch>=2.6.0",
"torchaudio>=2.6.0",
"torchvision>=0.21.0",
"tqdm>=4.67.1",
"urllib3>=2.3.0",
"uvicorn[standard]>=0.34.0",
]
[tool.uv.sources]
torch = [
{ index = "pytorch-cu126" },
]
torchvision = [
{ index = "pytorch-cu126", marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
]
[[tool.uv.index]]
name = "pytorch-cu126"
url = "https://download.pytorch.org/whl/cu126"
explicit = true
[[tool.uv.index]]
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
default = true