forked from furkanyesiler/acoss
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathacos-env.yml
32 lines (32 loc) · 798 Bytes
/
acos-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
name: acos-env
channels:
- conda-forge
- anaconda
- defaults
dependencies:
- python=3.6.13=h12debd9_1
- cudatoolkit=11.0.221=h6bb024c_0
- pip
- pip:
- crema @ git+https://github.com/hadisaadat/crema.git
- acoss @ git+https://github.com/hadisaadat/acoss.git
- numba==0.48.0
- click==7.1.2
- opencv-python==4.4.0.44
- deepdish==0.3.6
- essentia==2.1b6.dev234
- numpy
- scipy>=1.2.1
- scikit-learn>=0.19.2
- librosa==0.6.2
- pandas==1.1.3
- joblib==0.17.0
- tqdm==4.51.0
- progress==1.5
- tensorboard==2.5.0
- tensorboard-data-server==0.6.1
- tensorboard-plugin-wit==1.8.0
- tensorflow==2.5.0
- tensorflow-addons==0.14.0
- tensorflow-estimator==2.5.0
prefix: /home/saadatdoorabi/anaconda3/envs/acos-env