# =========================================== # 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