-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathconda_env.yml
executable file
·42 lines (42 loc) · 1.13 KB
/
conda_env.yml
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
name: libricss_release
channels:
- conda-forge
- defaults
dependencies:
- _libgcc_mutex=0.1=main
- ca-certificates=2020.4.5.1=hecc5488_0
- certifi=2020.4.5.1=py37hc8dfbb8_0
- cffi=1.14.0=py37hd463f26_0
- gettext=0.19.8.1=hc5be6a0_1002
- ld_impl_linux-64=2.33.1=h53a641e_7
- libblas=3.8.0=14_openblas
- libcblas=3.8.0=14_openblas
- libedit=3.1.20181209=hc058e9b_0
- libffi=3.2.1=hd88cf55_4
- libflac=1.3.3=he1b5a44_0
- libgcc-ng=9.1.0=hdf63c60_0
- libgfortran-ng=7.3.0=hdf63c60_5
- liblapack=3.8.0=14_openblas
- libogg=1.3.2=h516909a_1002
- libopenblas=0.3.7=h5ec1e0e_6
- libsndfile=1.0.28=he1b5a44_1000
- libstdcxx-ng=9.1.0=hdf63c60_0
- libvorbis=1.3.6=he1b5a44_2
- ncurses=6.2=he6710b0_1
- openssl=1.1.1g=h516909a_0
- pip=20.0.2=py37_1
- pycparser=2.20=py_0
- pysoundfile=0.10.2=py_1001
- python=3.7.7=hcf32534_0_cpython
- python_abi=3.7=1_cp37m
- readline=8.0=h7b6447c_0
- setuptools=46.1.3=py37_0
- sqlite=3.31.1=h62c20be_1
- tk=8.6.8=hbc83047_0
- wheel=0.34.2=py37_0
- xz=5.2.5=h7b6447c_0
- zlib=1.2.11=h7b6447c_3
- pip:
- numpy==1.18.3
- tqdm==4.45.0
- webrtcvad==2.0.10