-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathconda_env_py38.yaml
More file actions
74 lines (74 loc) · 1.24 KB
/
conda_env_py38.yaml
File metadata and controls
74 lines (74 loc) · 1.24 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
64
65
66
67
68
69
70
71
72
73
74
# to run:
# $ conda env create --file conda_env_py38.yaml
name: py38
channels:
# - open3d-admin
- pytorch
- nvidia
- conda-forge
- defaults
dependencies:
- python=3.8
# - absl-py
- debugpy
- austin # profiling
- autopep8
- cmake
- threadpoolctl
- lit # dependency for IsaacGymEnvs, may not be necessary
# - box2d-py
- cython
- embree
- gym
- orjson
# - imageio
- joblib
- lxml
- graphviz
- matplotlib
- meshio
- msgpack-python
- networkx
- numba
- numpy
- pandas
- pip
- pipdeptree
# - point_cloud_utils
- pydot
# - pythonocc-core
- pytorch
- pytorch-cuda=11.8
- torchaudio
- torchvision
- termcolor
# - rtree=0.9.4
# - scikit-learn
- seaborn
- shapely
- tensorboard
- tensorboardx
- tqdm
# - trimesh
- jupyter
- jupyter_contrib_nbextensions
- line_profiler
# - opencv
- aiohttp
- onnxruntime
- onnx
- mlflow
- pytest
- black
- wandb
- pybullet
- hydra-core
- pip:
- ray
- open3d
# - gmsh
# - parametrize-from-file
# - casadi
# - inputs # pypi version
# - lcm # pypi version
# - pyembree # on windows this has to be installed manually