Spaces:
Sleeping
Sleeping
Update pyproject.toml
Browse files- pyproject.toml +39 -14
pyproject.toml
CHANGED
|
@@ -1,21 +1,46 @@
|
|
| 1 |
[project]
|
| 2 |
name = "pilates_fine_tuned"
|
| 3 |
-
requires-python = ">=3.13"
|
| 4 |
version = "0.1.0"
|
| 5 |
description = "A fine-tuned pilates project."
|
|
|
|
| 6 |
dependencies = [
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
]
|
| 21 |
|
|
|
|
| 1 |
[project]
|
| 2 |
name = "pilates_fine_tuned"
|
| 3 |
+
#requires-python = ">=3.13"
|
| 4 |
version = "0.1.0"
|
| 5 |
description = "A fine-tuned pilates project."
|
| 6 |
+
requires-python = ">=3.12,<3.13"
|
| 7 |
dependencies = [
|
| 8 |
+
"accelerate>=1.3.0",
|
| 9 |
+
"arxiv>=2.2.0",
|
| 10 |
+
"beautifulsoup4>=4.13.3",
|
| 11 |
+
"chainlit>=2.5.5",
|
| 12 |
+
"datasets>=3.6.0",
|
| 13 |
+
"faiss-cpu>=1.11.0",
|
| 14 |
+
"ipykernel>=6.29.5",
|
| 15 |
+
"ipywidgets>=8.1.5",
|
| 16 |
+
"langchain>=0.3.25",
|
| 17 |
+
"langchain-cohere>=0.4.4",
|
| 18 |
+
"langchain-community>=0.3.24",
|
| 19 |
+
"langchain-core>=0.3.34",
|
| 20 |
+
"langchain-huggingface>=0.1.2",
|
| 21 |
+
"langchain-openai>=0.3.16",
|
| 22 |
+
"langchain-qdrant>=0.2.0",
|
| 23 |
+
"langchain-text-splitters>=0.3.8",
|
| 24 |
+
"langgraph>=0.4.3",
|
| 25 |
+
"libmagic>=1.0",
|
| 26 |
+
"lxml>=5.3.1",
|
| 27 |
+
"nltk==3.9.1",
|
| 28 |
+
"pyarrow>=20.0.0",
|
| 29 |
+
"pymupdf>=1.25.5",
|
| 30 |
+
"python-pptx==1.0.2",
|
| 31 |
+
"ragas>=0.2.15",
|
| 32 |
+
"sentence-transformers>=3.4.1",
|
| 33 |
+
"transformers[torch]>=4.48.3",
|
| 34 |
+
"unstructured>=0.17.2",
|
| 35 |
+
"wandb>=0.19.6",
|
| 36 |
+
"websockets==11.0.3",
|
| 37 |
+
"requests>=2.32.0",
|
| 38 |
+
"openai",
|
| 39 |
+
"torch",
|
| 40 |
+
"opencv-python==4.9.0.80",
|
| 41 |
+
"scikit-image==0.22.0",
|
| 42 |
+
"matplotlib==3.8.4",
|
| 43 |
+
"Pillow==10.3.0",
|
| 44 |
+
"numpy==1.26.4"
|
| 45 |
]
|
| 46 |
|