File size: 2,074 Bytes
34ee480
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
80
81
82
83
84
85
86
87
88
89
90
# ===========================================
# KGoT Python Executor - Enhanced Requirements
# ===========================================

# Existing - Flask server
flask>=3.0.0
waitress>=3.0.0
langchain_experimental>=0.0.60
requests>=2.31.0

# -------------------------------------------
# Core Data
# -------------------------------------------
numpy>=1.26.0
pandas>=2.2.0

# -------------------------------------------
# NLP
# -------------------------------------------
nltk>=3.8
spacy>=3.7.0
transformers>=4.40.0
textblob>=0.18.0
gensim>=4.3.0
fastembed>=0.2.0

# -------------------------------------------
# Vision
# -------------------------------------------
pillow>=10.0.0
opencv-python-headless>=4.9.0
scikit-image>=0.22.0
# torchvision installed via Dockerfile (CPU-only)

# -------------------------------------------
# Advanced Data
# -------------------------------------------
polars>=0.20.0
duckdb>=0.10.0
sktime>=0.26.0

# -------------------------------------------
# Time Series & Graph
# -------------------------------------------
networkx>=3.2
# torch, torch_geometric, pyg_lib, torch_scatter, torch_sparse, torch_cluster
# installed via Dockerfile for CPU-only versions

# -------------------------------------------
# Audio
# -------------------------------------------
pydub>=0.25.0
soundfile>=0.12.0
librosa>=0.10.0

# -------------------------------------------
# Documents
# -------------------------------------------
python-docx>=1.1.0
csvkit>=2.0.0
rich>=13.0.0
svgwrite>=1.4.0
svgpathtools>=1.6.0
PyMuPDF>=1.24.0

# -------------------------------------------
# Utilities
# -------------------------------------------
pydantic>=2.6.0
tqdm>=4.66.0
ipython>=8.20.0
click>=8.1.0
tenacity>=8.2.0
ujson>=5.9.0
msgpack>=1.0.7
xxhash>=3.4.0
zstandard>=0.22.0
httpx>=0.27.0

# -------------------------------------------
# ML
# -------------------------------------------
scikit-learn>=1.4.0
joblib>=1.3.0

# -------------------------------------------
# Visualization
# -------------------------------------------
matplotlib>=3.8.0
seaborn>=0.13.0