-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yaml
More file actions
50 lines (43 loc) · 1.23 KB
/
Copy pathenvironment.yaml
File metadata and controls
50 lines (43 loc) · 1.23 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
name: ground-normal-prediction
channels:
- nvidia
- pytorch
- conda-forge
# it is strongly recommended to specify versions of packages installed through conda
# to avoid situation when version-unspecified packages install their latest major
# versions which can sometimes break things
# current approach below keeps the dependencies in the same major versions across all
# users, but allows for different minor and patch versions of packages where backwards
# compatibility is usually guaranteed
dependencies:
- python=3.8
- hydra-core=1.*
- rich=13.*
- pre-commit=3.*
- pytest=7.*
# --------- loggers --------- #
# - wandb
# - neptune-client
# - mlflow
# - comet-ml
# - aim>=3.16.2 # no lower than 3.16.2, see https://github.com/aimhubio/aim/issues/2550
- pip>=23
- pip:
- hydra-optuna-sweeper
- hydra-colorlog
- rootutils
- pyarrow
- pandas
- matplotlib
- lark
- albumentations
- opencv-python
- scienceplots
# on ubuntu (Arial and Times New Roman): sudo apt install ttf-mscorefonts-installer && rm -rf ~/.cache/matplotlib
# ref. methods
- inekf
- tqdm
- scipy
- fastdtw
- scikit-learn
- open3d==0.19.0