Spaces:
Runtime error
Runtime error
Commit
·
023397e
1
Parent(s):
2c14822
change
Browse files- pyproject.toml +3 -0
- uv.lock +0 -0
pyproject.toml
CHANGED
@@ -2,6 +2,9 @@
|
|
2 |
name = "pilates_fine_tuned"
|
3 |
version = "0.1.0"
|
4 |
description = "A fine-tuned pilates project."
|
|
|
|
|
|
|
5 |
|
6 |
[build-system]
|
7 |
requires = ["setuptools", "wheel"]
|
|
|
2 |
name = "pilates_fine_tuned"
|
3 |
version = "0.1.0"
|
4 |
description = "A fine-tuned pilates project."
|
5 |
+
dependencies = [
|
6 |
+
"langchain-huggingface>=0.0.6"
|
7 |
+
]
|
8 |
|
9 |
[build-system]
|
10 |
requires = ["setuptools", "wheel"]
|
uv.lock
CHANGED
The diff for this file is too large to render.
See raw diff
|
|