-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathrequirements.txt
More file actions
executable file
·46 lines (46 loc) · 1.36 KB
/
requirements.txt
File metadata and controls
executable file
·46 lines (46 loc) · 1.36 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
scikit-learn==1.2.2
positional-encodings==6.0.1
aioboto3
aiofiles
bokeh==2.4.3 # Used in the nuBoard dashboard
casadi # Used for optimization solving
control==0.9.1 # Used for LQR controller synthesis
Fiona # Used in GpkgMapsDB.py
geopandas>=0.12.1 # Used to read maps
guppy3==3.1.2
hydra-core==1.2.0 # Used for configs
joblib
matplotlib # Used for rendering
nest_asyncio # Used to nest event loops when running nuBoard/jupyter
numpy==1.23.4
opencv-python==4.9.0.80 # Used widely
pandas # Used widely
Pillow # Used widely to render images
psutil # Used widely to get the number of CPUs
pyarrow # For parquet
pyinstrument # Used widely as profiler
pyogrio # A performant backend for geopandas
pyquaternion>=0.9.5 # Used widely, avoid known bug with quaternion slerp
pytest # Used widely
rasterio # Used in GpkgMapsDB.py
ray # Used widely
retry
rtree # Used in occupancy maps
scipy # Used widely
selenium # Used in bokeh export png
setuptools==65.5.1 # Used in setup.py, pinned to not break pytorch
Shapely>=2.0.0 # Used widely
SQLAlchemy==1.4.27 # older versions don't work with some table definitions
sympy # Use for symbolic algebra
tornado # Used in nuboard.py
tqdm # Used widely
ujson # Used in serialiation_callback.py
pytorch-lightning==2.2.1
tensorboard==2.14.0
protobuf==4.25.3
notebook
timm
mmcv_full==1.7.2
mmdet==2.28.2
huggingface_hub
rich==14.0.0