From d4a97669b549726faa1071002c4bd7381aca51d1 Mon Sep 17 00:00:00 2001 From: rmm Date: Fri, 13 Dec 2024 12:06:43 +0100 Subject: [PATCH] fix: tidy up old requirements file - 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 | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 deprecate-requirements.txt diff --git a/deprecate-requirements.txt b/deprecate-requirements.txt deleted file mode 100644 index edc4689..0000000 --- a/deprecate-requirements.txt +++ /dev/null @@ -1,12 +0,0 @@ -transformers -streamlit -huggingface_hub -torch - -# for nice map tiles -folium -streamlit_folium - -# for ceatatean -pytorch_lightning -timm