Spaces:
Paused
Paused
Abid
commited on
Commit
·
05cd89e
1
Parent(s):
5bc0f68
Remove unnessary packages
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-f https://download.pytorch.org/whl/cpu/torch_stable.html
|
2 |
-
dvc
|
3 |
-
fastai
|
4 |
-
torch==1.
|
5 |
-
h5py
|
6 |
opencv-python-headless
|
7 |
-
tqdm
|
8 |
-
numpy
|
9 |
-
scikit-learn
|
10 |
-
dagshub
|
11 |
-
tables
|
12 |
fastapi
|
13 |
gradio
|
14 |
uvicorn
|
|
|
1 |
-f https://download.pytorch.org/whl/cpu/torch_stable.html
|
2 |
+
#dvc
|
3 |
+
#fastai
|
4 |
+
torch==1.10.2+cpu
|
5 |
+
h5py
|
6 |
opencv-python-headless
|
7 |
+
tqdm
|
8 |
+
numpy
|
9 |
+
#scikit-learn
|
10 |
+
#dagshub
|
11 |
+
#tables
|
12 |
fastapi
|
13 |
gradio
|
14 |
uvicorn
|