a | b/nuSim_env.yml | ||
---|---|---|---|
1 | name: nuSim_env |
||
2 | channels: |
||
3 | - conda-forge |
||
4 | - menpo |
||
5 | - https://conda.anaconda.org/conda-forge/ |
||
6 | - defaults |
||
7 | dependencies: |
||
8 | - _libgcc_mutex=0.1=conda_forge |
||
9 | - pip |
||
10 | - python=3.8 |
||
11 | - mesalib |
||
12 | - glew |
||
13 | - glfw3 |
||
14 | - pip: |
||
15 | - 'cython<3.0' |
||
16 | - matplotlib |
||
17 | - scipy |
||
18 | - torch |
||
19 | - PyYaml |
||
20 | - configargparse |
||
21 | - numpy |
||
22 | - gym |
||
23 | - pandas |
||
24 | - pyquaternion |
||
25 | - scikit-video |
||
26 | - mujoco-py<2.2,>=2.1 |