Spaces:
Running on Zero
Running on Zero
Strip local paths from requirements.txt header
Browse filesThe export header had recorded a manual `uv export --project <abspath>
-o <abspath>` run, leaking this machine's filesystem path into the
repo. Re-export from inside the repo with the bare command so the
header is path-free and reproducible.
- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# This file was autogenerated by uv via the following command:
|
| 2 |
-
# uv export --
|
| 3 |
accelerate==1.2.1
|
| 4 |
# via blip2
|
| 5 |
annotated-types==0.7.0
|
|
|
|
| 1 |
# This file was autogenerated by uv via the following command:
|
| 2 |
+
# uv export --no-hashes --no-dev --no-emit-package typer-slim --no-emit-package spaces -o requirements.txt
|
| 3 |
accelerate==1.2.1
|
| 4 |
# via blip2
|
| 5 |
annotated-types==0.7.0
|