Spaces:
Runtime error
Runtime error
Add conda dep
Browse files
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
|