File size: 1,222 Bytes
556dc03
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[project]
name = "Certification_Challenge"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12,<3.13"
dependencies = [
    "accelerate>=1.3.0",
    "arxiv>=2.2.0",
    "beautifulsoup4>=4.13.3",
    "chainlit>=2.5.5",
    "datasets>=3.2.0",
    "faiss-cpu>=1.10.0",
    "ipykernel>=6.29.5",
    "ipywidgets>=8.1.5",
    "langchain>=0.3.18",
    "langchain-cohere>=0.4.4",
    "langchain-community>=0.3.17",
    "langchain-core>=0.3.34",
    "langchain-huggingface>=0.1.2",
    "langchain-openai>=0.3.4",
    "langchain-qdrant>=0.2.0",
    "langchain-text-splitters>=0.3.6",
    "langgraph>=0.4.3",
    "libmagic>=1.0",
    "lxml>=5.3.1",
    "nltk==3.9.1",
    "pyarrow>=19.0.0",
    "pymupdf>=1.25.3",
    "python-pptx==1.0.2",
    "ragas>=0.2.15",
    "sentence-transformers>=3.4.1",
    "transformers[torch]>=4.48.3",
    "unstructured>=0.17.2",
    "wandb>=0.19.6",
    "websockets>=15.0.1",
    "requests>=2.32.0",
    "python-dotenv==1.0.0",
    "pytest==7.4.3",
    "black==23.11.0",
    "flake8==6.1.0",
    "opencv-python==4.9.0.80",
  #  "tensorflow==2.16.1",
    "scikit-image==0.22.0",
    "matplotlib==3.8.4",
    "Pillow==10.3.0",
    "numpy==1.26.4",
]