Spaces:
Sleeping
Sleeping
devjas1
commited on
Commit
·
b0d3b91
1
Parent(s):
bcf3346
(DEPLOY): remove pinned versions from deps
Browse files- requirements.txt +12 -12
requirements.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
altair
|
2 |
-
fastapi
|
3 |
-
huggingface-hub
|
4 |
-
numpy
|
5 |
-
pandas
|
6 |
-
pydantic
|
7 |
-
scikit-learn
|
8 |
-
scipy
|
9 |
-
streamlit
|
10 |
-
torch
|
11 |
-
torchvision
|
12 |
-
uvicorn
|
13 |
matplotlib
|
|
|
1 |
+
altair
|
2 |
+
fastapi
|
3 |
+
huggingface-hub
|
4 |
+
numpy
|
5 |
+
pandas
|
6 |
+
pydantic
|
7 |
+
scikit-learn
|
8 |
+
scipy
|
9 |
+
streamlit
|
10 |
+
torch
|
11 |
+
torchvision
|
12 |
+
uvicorn
|
13 |
matplotlib
|