-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathpyproject.toml
More file actions
65 lines (63 loc) · 1.45 KB
/
pyproject.toml
File metadata and controls
65 lines (63 loc) · 1.45 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
56
57
58
59
60
61
62
63
[project]
name = "wam-diff"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = "==3.10.15"
dependencies = [
"accelerate==0.29.1",
"aioboto3>=15.5.0",
"aiofiles>=25.1.0",
"bokeh==2.4.3",
"casadi>=3.7.2",
"control==0.9.1",
"datasets==2.16.1",
"deepspeed==0.14.4",
"einops>=0.8.1",
"fiona>=1.10.1",
"geopandas>=0.12.1",
"guppy3==3.1.2",
"hydra-core==1.2.0",
"imageio>=2.37.2",
"joblib>=1.5.2",
"matplotlib>=3.10.8",
"nest-asyncio>=1.6.0",
"notebook>=7.5.0",
"numpy==1.23.4",
"nuplan-devkit",
"opencv-python==4.9.0.80",
"pandas>=2.3.3",
"pillow>=12.0.0",
"positional-encodings==6.0.1",
"protobuf==3.20.0",
"psutil>=7.1.3",
"pyarrow>=22.0.0",
"pyinstrument>=5.1.1",
"pylint>=4.0.4",
"pynvml==12.0.0",
"pyogrio>=0.12.1",
"pyquaternion>=0.9.5",
"pytest>=9.0.2",
"pytorch-lightning==2.2.1",
"rasterio>=1.3.11",
"retry>=0.9.2",
"rtree>=1.4.1",
"scikit-learn==1.2.2",
"scipy>=1.13.1",
"selenium>=4.39.0",
"setuptools==65.5.1",
"shapely>=2.0.0",
"sqlalchemy==1.4.27",
"sympy>=1.14.0",
"tensorboard==2.16.2",
"timm>=1.0.22",
"torch==2.8.0",
"torchvision==0.23.0",
"tornado>=6.5.3",
"tqdm>=4.67.1",
"transformers==4.43.0",
"tyro==0.9.28",
"ujson>=5.11.0",
]
[[tool.uv.index]]
url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"