Spaces:
Paused
Paused
kingabzpro
commited on
Commit
·
c405670
1
Parent(s):
926a737
Update requirements.txt
Browse files- requirements.txt +5 -13
requirements.txt
CHANGED
@@ -1,15 +1,7 @@
|
|
1 |
-f https://download.pytorch.org/whl/cpu/torch_stable.html
|
2 |
-
dvc
|
3 |
-
fastai
|
4 |
torch==1.10.2+cpu
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
numpy
|
9 |
-
scikit-learn
|
10 |
-
dagshub
|
11 |
-
tables
|
12 |
-
fastapi
|
13 |
-
gradio
|
14 |
-
uvicorn
|
15 |
-
jinja2
|
|
|
1 |
-f https://download.pytorch.org/whl/cpu/torch_stable.html
|
2 |
+
dvc==2.9.5
|
3 |
+
fastai==2.5.3
|
4 |
torch==1.10.2+cpu
|
5 |
+
opencv-python-headless==4.5.5.62
|
6 |
+
tqdm==4.62.3
|
7 |
+
gradio==2.8.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|