-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (35 loc) · 630 Bytes
/
Copy pathpyproject.toml
File metadata and controls
36 lines (35 loc) · 630 Bytes
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
[tool.uv]
python-preference = "only-managed"
[project]
name = "apollosim"
version = "0.1.0"
description = "Autonomous Driving System Simulation Fuzzing"
requires-python = ">=3.8"
dependencies = [
"loguru",
"networkx",
"scipy",
"numpy",
"shapely",
"websocket-client",
"msgpack",
"msgpack-numpy",
"websockets",
"omegaconf",
"hydra-core",
"apollo-modules==7.0.2",
"pyzmq",
"docker",
"tqdm",
"rich",
"rtree",
"pydantic",
"nvitop",
"tabulate",
"opencv-python",
"matplotlib",
"natsort",
"tinyrpc",
"deap",
"scikit-learn>=1.3.2",
]