Spaces:
Paused
Paused
Added pathlib for sql-scheduler _app.py file
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -7,6 +7,7 @@ pip==24.0
|
|
| 7 |
uv==0.9.26
|
| 8 |
datasets
|
| 9 |
huggingface-hub
|
|
|
|
| 10 |
jinja2==3.1.5
|
| 11 |
torch==2.9.1
|
| 12 |
#--index-url https://download.pytorch.org/cpu/cp311/whl
|
|
|
|
| 7 |
uv==0.9.26
|
| 8 |
datasets
|
| 9 |
huggingface-hub
|
| 10 |
+
pathlib
|
| 11 |
jinja2==3.1.5
|
| 12 |
torch==2.9.1
|
| 13 |
#--index-url https://download.pytorch.org/cpu/cp311/whl
|