File size: 576 Bytes
2c14822
 
 
 
023397e
78fc9f3
 
 
 
 
 
60e3b1c
78fc9f3
 
 
 
 
023397e
2c14822
 
 
60e3b1c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[project]
name = "pilates_fine_tuned"
version = "0.1.0"
description = "A fine-tuned pilates project."
dependencies = [
    "langchain-huggingface>=0.0.6",
    "chainlit>=2.5.5",
    "faiss-cpu>=1.11.0",
    "langchain>=0.3.25",
    "langchain-community>=0.3.24",
    "langchain-openai>=0.3.16",
    "langchain-core>=0.0.1",  # Added langchain-core
    "pymupdf>=1.25.5",
    "pytube>=15.0.0",
    "unstructured>=0.17.2",
    "youtube-transcript-api>=1.0.3",
    "websockets==11.0.3"
]

[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"