-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yaml
83 lines (83 loc) · 2.15 KB
/
environment.yaml
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
75
76
77
78
79
80
81
82
83
name: drl-traj-plan
channels:
- conda-forge
- defaults
dependencies:
- _libgcc_mutex=0.1=main
- _openmp_mutex=5.1=1_gnu
- ca-certificates=2022.12.7=ha878542_0
- certifi=2022.12.7=pyhd8ed1ab_0
- cffi=1.15.1=py39h74dc2b5_0
- cudatoolkit=11.1.1=ha002fc5_10
- geos=3.10.2=h9c3ff4c_0
- intel-openmp=2022.1.0=h9e868ea_3769
- ld_impl_linux-64=2.38=h1181459_1
- libblas=3.9.0=16_linux64_mkl
- libcblas=3.9.0=16_linux64_mkl
- libffi=3.3=he6710b0_2
- libgcc-ng=11.2.0=h1234567_1
- libgomp=11.2.0=h1234567_1
- liblapack=3.9.0=16_linux64_mkl
- libprotobuf=3.20.1=h4ff587b_0
- libstdcxx-ng=11.2.0=h1234567_1
- mkl=2022.1.0=hc2b9512_224
- ncurses=6.3=h5eee18b_3
- ninja=1.11.0=h924138e_0
- openssl=1.1.1s=h7f8727e_0
- pip=22.2.2=py39h06a4308_0
- pycparser=2.21=pyhd8ed1ab_0
- python=3.9.13=haa1d7c7_2
- python_abi=3.9=2_cp39
- pytorch=1.11.0=cpu_py39h5d22d69_1
- readline=8.2=h5eee18b_0
- setuptools=65.5.0=py39h06a4308_0
- shapely=1.8.1=py39h73b9895_0
- sleef=3.5.1=h9b69904_2
- sqlite=3.39.3=h5082296_0
- tk=8.6.12=h1ccaba5_0
- typing_extensions=4.4.0=pyha770c72_0
- tzdata=2022f=h04d1e81_0
- wheel=0.37.1=pyhd3eb1b0_0
- xz=5.2.6=h5eee18b_0
- zlib=1.2.13=h5eee18b_0
- pip:
- casadi==3.5.5
- cloudpickle==2.2.0
- commonmark==0.9.1
- contourpy==1.0.6
- cycler==0.11.0
- decorator==5.1.1
- extremitypathfinder==2.4.1
- fonttools==4.38.0
- gym==0.21.0
- gym-notices==0.0.8
- importlib-metadata==4.13.0
- jinja2==3.1.2
- kiwisolver==1.4.4
- markupsafe==2.1.2
- matplotlib==3.6.2
- networkx==2.8.8
- numpy==1.23.4
- nvidia-cublas-cu11==11.10.3.66
- nvidia-cuda-nvrtc-cu11==11.7.99
- nvidia-cuda-runtime-cu11==11.7.99
- nvidia-cudnn-cu11==8.5.0.96
- opencv-python==4.6.0.66
- opengen==0.7.1
- packaging==21.3
- pandas==1.5.1
- pillow==9.3.0
- py==1.11.0
- pygments==2.13.0
- pyparsing==3.0.9
- python-dateutil==2.8.2
- pytz==2022.6
- pyyaml==6.0
- retry==0.9.2
- rich==12.6.0
- scipy==1.10.0
- six==1.16.0
- stable-baselines3==1.6.2
- torch==1.13.0
- tqdm==4.64.1
- zipp==3.10.0