forked from Steake/GodelOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
79 lines (70 loc) · 1.33 KB
/
requirements.txt
File metadata and controls
79 lines (70 loc) · 1.33 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Core dependencies for GödelOS system
typing-extensions>=4.0.0
psutil>=5.9.0
spacy>=3.5.0
nltk>=3.8.0
semver>=3.0.0
transformers>=4.30.0
sentence-transformers>=2.2.2
faiss-cpu>=1.7.4
torch>=2.0.0
# Enhanced NLP dependencies
diskcache>=5.6.1
joblib>=1.3.0
tqdm>=4.65.0
# Backend API dependencies
fastapi>=0.104.0
jsonschema>=4.18.0
uvicorn[standard]>=0.24.0
pydantic>=2.4.0
pydantic-settings>=2.0
python-multipart>=0.0.6
websockets>=11.0.0
PyYAML>=6.0.1
aiofiles>=23.2.1
chromadb>=0.4.0
python-docx>=1.1.0
PyPDF2>=3.0.1
# Web scraping and data processing
requests>=2.31.0
beautifulsoup4>=4.12.0
lxml>=4.9.0
html2text>=2020.1.16
markdown>=3.4.0
textstat>=0.7.3
# Document processing dependencies
pypdf>=4.0.0
python-pptx>=0.6.21
openpyxl>=3.1.0
docx2txt>=0.8
# Cognitive transparency dependencies
networkx>=3.1.0
numpy>=1.24.0,<2.0
scipy>=1.11.0
matplotlib>=3.7.0
plotly>=5.17.0
scikit-learn>=1.3.0
# LLM Driver dependencies
openai>=1.0.0
python-dotenv>=1.0.0
anthropic>=0.17.0
tiktoken>=0.5.0
tenacity>=8.2.0
# Testing and monitoring dependencies
httpx>=0.25.0
faker>=19.0.0
watchdog>=3.0.0
memory-profiler>=0.61.0
# Development dependencies
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-asyncio>=0.21.0
black>=23.0.0
isort>=5.0.0
mypy>=1.0.0
pre-commit>=3.0.0
# Additional scientific and data analysis
pandas>=2.0.0
seaborn>=0.12.0
jupyter>=1.0.0
ipython>=8.0.0