Spaces:
Sleeping
Sleeping
ryanrahmadifa
commited on
Commit
·
5b990f6
1
Parent(s):
c3b859b
Fixed error nonetype
Browse files- req.txt +0 -21
- requirements.txt +19 -2
req.txt
DELETED
@@ -1,21 +0,0 @@
|
|
1 |
-
seaborn
|
2 |
-
torch
|
3 |
-
torchvision
|
4 |
-
torchaudio
|
5 |
-
pyYAML
|
6 |
-
scipy
|
7 |
-
scikit-learn
|
8 |
-
packaging
|
9 |
-
pyWavelets
|
10 |
-
scipy
|
11 |
-
tiffile
|
12 |
-
pandas
|
13 |
-
nltk
|
14 |
-
ipykernel
|
15 |
-
matplotlib
|
16 |
-
streamlit
|
17 |
-
plotly
|
18 |
-
nbformat
|
19 |
-
wordcloud
|
20 |
-
openpyxl
|
21 |
-
neuralforecast
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
CHANGED
@@ -1,4 +1,21 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
pandas
|
|
|
|
|
|
|
|
|
3 |
plotly
|
4 |
-
|
|
|
|
|
|
|
|
1 |
+
seaborn
|
2 |
+
torch
|
3 |
+
torchvision
|
4 |
+
torchaudio
|
5 |
+
pyYAML
|
6 |
+
scipy
|
7 |
+
scikit-learn
|
8 |
+
packaging
|
9 |
+
pyWavelets
|
10 |
+
scipy
|
11 |
+
tiffile
|
12 |
pandas
|
13 |
+
nltk
|
14 |
+
ipykernel
|
15 |
+
matplotlib
|
16 |
+
streamlit
|
17 |
plotly
|
18 |
+
nbformat
|
19 |
+
wordcloud
|
20 |
+
openpyxl
|
21 |
+
neuralforecast
|