-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathconda.env.yml
More file actions
59 lines (59 loc) · 1.41 KB
/
conda.env.yml
File metadata and controls
59 lines (59 loc) · 1.41 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
name: tf_audio_classify
channels:
- defaults
dependencies:
- ca-certificates=2021.10.26=haa95532_2
- certifi=2021.10.8=py37haa95532_0
- openssl=1.1.1l=h2bbff1b_0
- pip=21.2.4=py37haa95532_0
- python=3.7.11=h6244533_0
- setuptools=58.0.4=py37haa95532_0
- sqlite=3.36.0=h2bbff1b_0
- vc=14.2=h21ff451_1
- vs2015_runtime=14.27.29016=h5e58377_2
- wheel=0.37.0=pyhd3eb1b0_1
- wincertstore=0.2=py37haa95532_2
- pip:
- absl-py==1.0.0
- astor==0.8.1
- cached-property==1.5.2
- cffi==1.15.0
- cycler==0.11.0
- fonttools==4.28.2
- gast==0.5.3
- grpcio==1.42.0
- h5py==3.6.0
- importlib-metadata==4.8.2
- joblib==1.1.0
- keras-applications==1.0.8
- keras-preprocessing==1.1.2
- kiwisolver==1.3.2
- llvmlite==0.37.0
- markdown==3.3.6
- matplotlib==3.5.0
- mock==4.0.3
- natsort==8.0.0
- numba==0.54.1
- numpy==1.20.3
- packaging==21.3
- pillow==8.4.0
- protobuf==3.19.1
- pycparser==2.21
- pyparsing==3.0.6
- python-dateutil==2.8.2
- resampy==0.2.2
- scikit-learn==1.0.1
- scipy==1.7.3
- setuptools-scm==6.3.2
- six==1.16.0
- sklearn==0.0
- soundfile==0.10.3.post1
- tensorboard==1.13.1
- tensorflow-estimator==1.13.0
- tensorflow-gpu==1.13.1
- termcolor==1.1.0
- threadpoolctl==3.0.0
- tomli==1.2.2
- typing-extensions==4.0.0
- werkzeug==2.0.2
- zipp==3.6.0