forked from breizhn/DTLN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tflite_env.yml
73 lines (72 loc) · 2.05 KB
/
tflite_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
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
name: tflite-env
channels:
- conda-forge
- defaults
dependencies:
- audioread=2.1.8=py37hc8dfbb8_2
- bzip2=1.0.8=h0b31af3_2
- ca-certificates=2020.6.20=hecda079_0
- certifi=2020.6.20=py37hc8dfbb8_0
- cffi=1.14.0=py37hc512035_1
- cycler=0.10.0=py_2
- decorator=4.4.2=py_0
- ffmpeg=4.2.3=hd0c0d6a_0
- freetype=2.10.2=h8da9a1a_0
- gettext=0.19.8.1=h1f1d5ed_1
- gmp=6.2.0=h4a8c4bd_2
- gnutls=3.6.13=hc269f14_0
- joblib=0.15.1=py_0
- kiwisolver=1.2.0=py37ha1cc60f_0
- lame=3.100=h1de35cc_1001
- libblas=3.8.0=17_openblas
- libcblas=3.8.0=17_openblas
- libcxx=10.0.0=1
- libedit=3.1.20191231=haf1e3a3_0
- libffi=3.3=h0a44026_1
- libflac=1.3.3=h4a8c4bd_0
- libgfortran=4.0.0=2
- libiconv=1.15=h0b31af3_1006
- liblapack=3.8.0=17_openblas
- libllvm8=8.0.1=h770b8ee_0
- libogg=1.3.2=h0b31af3_1002
- libopenblas=0.3.10=h3d69b6c_0
- libpng=1.6.37=hbbe82c9_1
- librosa=0.7.2=py_1
- libsndfile=1.0.28=h4a8c4bd_1000
- libvorbis=1.3.6=h4a8c4bd_2
- llvm-openmp=10.0.0=h28b9765_0
- llvmlite=0.31.0=py37hb548287_1
- matplotlib-base=3.2.2=py37hddda452_0
- ncurses=6.2=h0a44026_1
- nettle=3.4.1=h3efe00b_1002
- numba=0.48.0=py37h4f17bb1_0
- numpy=1.18.5=py37h7687784_0
- openh264=2.1.1=hd174df1_0
- openssl=1.1.1g=h0b31af3_0
- pip=20.1.1=py37_1
- portaudio=19.6.0=h647c56a_4
- pycparser=2.20=pyh9f0ad1d_2
- pyparsing=2.4.7=pyh9f0ad1d_0
- pysoundfile=0.10.2=py_1001
- python=3.7.7=hf48f09d_4
- python-dateutil=2.8.1=py_0
- python-sounddevice=0.3.15=pyh8c360ce_0
- python_abi=3.7=1_cp37m
- readline=8.0=h1de35cc_0
- resampy=0.2.2=py_0
- scikit-learn=0.23.1=py37hf5857e7_0
- scipy=1.5.0=py37hce1b9e5_0
- setuptools=47.3.1=py37_0
- six=1.15.0=pyh9f0ad1d_0
- sqlite=3.32.3=hffcf06c_0
- threadpoolctl=2.1.0=pyh5ca1d4c_0
- tk=8.6.10=hb0a8c7a_0
- tornado=6.0.4=py37h9bfed18_1
- wheel=0.34.2=py37_0
- x264=1!152.20180806=h1de35cc_0
- xz=5.2.5=h1de35cc_0
- zlib=1.2.11=h1de35cc_3
- pip:
- flatbuffers==1.12
- tflite-runtime==2.1.0.post1
prefix: /Applications/anaconda3/envs/tflite-env