hysts HF Staff commited on
Commit
987a4b5
·
1 Parent(s): 854fdfa

Exclude spaces package from requirements.txt

Browse files

The spaces package is pre-installed and pinned in HF Space
environments. Including it in requirements.txt can cause
version conflicts during pip install.

Files changed (1) hide show
  1. requirements.txt +1 -3
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  # This file was autogenerated by uv via the following command:
2
- # uv export --no-hashes --no-dev --group hf-spaces --no-emit-package typer-slim -o requirements.txt
3
  aiofiles==24.1.0
4
  # via gradio
5
  aiohappyeyeballs==2.6.1
@@ -245,8 +245,6 @@ shellingham==1.5.4
245
  # via typer
246
  six==1.17.0
247
  # via python-dateutil
248
- spaces==0.48.0
249
- # via detection-viewer-demo
250
  starlette==0.52.1
251
  # via
252
  # fastapi
 
1
  # This file was autogenerated by uv via the following command:
2
+ # uv export --no-hashes --no-dev --group hf-spaces --no-emit-package typer-slim --no-emit-package spaces -o requirements.txt
3
  aiofiles==24.1.0
4
  # via gradio
5
  aiohappyeyeballs==2.6.1
 
245
  # via typer
246
  six==1.17.0
247
  # via python-dateutil
 
 
248
  starlette==0.52.1
249
  # via
250
  # fastapi