Spaces:
Sleeping
Sleeping
rmm
commited on
Commit
·
d4a9766
1
Parent(s):
0972a81
fix: tidy up old requirements file
Browse files- issue #1 and PR #2 attempted to pin all versions for stability
adding this note to explain the completed solution
a) for some reason either specifying a patch version (3.10.0), or
quoting the version ("3.10") gets the spaces build correct. The latter
gives us 3.10.16 (today) and will get updated with new patches.
b) even if the application `app_file` is not in the HF repo root, the
requirements file must be in root for the builder to pick it up. There
is no metadata option mentioned in the docs
https://huggingface.co/docs/hub/spaces-config-reference
- deprecate-requirements.txt +0 -12
deprecate-requirements.txt
DELETED
@@ -1,12 +0,0 @@
|
|
1 |
-
transformers
|
2 |
-
streamlit
|
3 |
-
huggingface_hub
|
4 |
-
torch
|
5 |
-
|
6 |
-
# for nice map tiles
|
7 |
-
folium
|
8 |
-
streamlit_folium
|
9 |
-
|
10 |
-
# for ceatatean
|
11 |
-
pytorch_lightning
|
12 |
-
timm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|