amanmibra commited on
Commit
a47a416
1 Parent(s): f50c50e

Add conda dep

Browse files
Files changed (1) hide show
  1. void.yml +20 -0
void.yml ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: void
2
+ channels:
3
+ - defaults
4
+ - conda-forge
5
+ dependencies:
6
+ - python=3.9
7
+ - torchaudio
8
+ - torchvision
9
+ - pytorch::pytorch
10
+ - scikit-learn
11
+ - flask
12
+ - matplotlib
13
+ - pandas
14
+ - jupyter
15
+ - tqdm
16
+ - fastapi
17
+ - uvicorn
18
+ - librosa
19
+ - numpy
20
+ - wget