-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathrequirements-base.txt
More file actions
57 lines (52 loc) · 953 Bytes
/
Copy pathrequirements-base.txt
File metadata and controls
57 lines (52 loc) · 953 Bytes
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
50
51
52
53
54
55
56
57
# Common dependencies used across MultiMind SDK
# Core AI dependencies
openai==1.82.0
anthropic==0.52.1
pydantic==2.11.5
pydantic-settings>=2.0.0
python-dotenv==1.1.0
tiktoken==0.9.0
spacy>=3.8.7
nltk==3.9.1
# API dependencies
fastapi==0.115.9
python-jose==3.5.0
python-multipart==0.0.20
aiohttp==3.12.2
uvicorn==0.34.2
# Common utilities
click==8.1.8
rich==14.0.0
requests==2.32.3
typing-extensions==4.13.2
PyYAML==6.0.2
# Document processing dependencies
beautifulsoup4==4.12.2
opencv-python==4.11.0.86
pillow==11.2.1
PyPDF2==3.0.1
python-docx==1.1.2
# Other essential dependencies
attrs==25.3.0
certifi==2025.4.26
charset-normalizer==3.4.2
idna==3.10
numpy==2.2.6
scikit-learn==1.6.1
scipy==1.15.3
pandas==2.2.3
matplotlib==3.10.3
seaborn==0.13.2
selenium==4.15.2
lxml==5.4.0
joblib==1.5.1
pytest==8.3.5
pytest-asyncio==1.0.0
black==25.1.0
isort==6.0.1
mypy==1.15.0
ruff==0.11.11
python-pptx
unstructured
pytesseract
sentence-transformers==4.1.0