-
Notifications
You must be signed in to change notification settings - Fork 15
/
Windows_environment.yml
49 lines (48 loc) · 981 Bytes
/
Windows_environment.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
name: BSMapSynth-env
channels:
- defaults
dependencies:
- blas=1.0
- ca-certificates=2020.1.1
- certifi=2020.4.5.1
- ffmpeg=4.2.2
- icc_rt=2019.0.0
- intel-openmp=2020.0
- mkl=2020.0
- mkl-service=2.3.0
- mkl_fft=1.0.15
- mkl_random=1.1.0
- numpy=1.18.1
- numpy-base=1.18.1
- openssl=1.1.1g
- pandas=1.0.3
- pip=20.0.2
- python=3.8.2
- python-dateutil=2.8.1
- pytz=2019.3
- setuptools=46.1.3
- six=1.14.0
- sqlite=3.31.1
- tbb=2020.0
- vc=14.1
- vs2015_runtime=14.16.27012
- wheel=0.34.2
- wincertstore=0.2
- zlib=1.2.11
- pip:
- audioread==2.1.8
- cffi==1.14.0
- decorator==4.4.2
- joblib==0.14.1
- librosa==0.7.2
- llvmlite==0.32.0
- markovify==0.8.0
- numba==0.49.0
- pycparser==2.20
- pydub==0.23.1
- resampy==0.2.2
- scikit-learn==0.22.2.post1
- scipy==1.4.1
- soundfile==0.10.3.post1
- unidecode==1.1.1
prefix: C:\Users\wvsha\anaconda3\envs\BSMapSynth-env