|
# Core Dependencies |
|
numpy>=1.23.0 |
|
scipy>=1.9.0 |
|
matplotlib>=3.5.0 |
|
scikit-learn>=1.1.0 |
|
pandas>=1.5.0 |
|
networkx>=2.8.0 |
|
|
|
# Web and UI Frameworks |
|
gradio>=3.50.0 |
|
ttkthemes>=3.2.2 |
|
flask>=2.3.0 |
|
flask-cors>=4.0.0 |
|
|
|
# Async and HTTP |
|
aiohttp>=3.9.0 |
|
asyncio>=3.4.3 |
|
requests>=2.31.0 |
|
|
|
# AI and ML Libraries |
|
transformers>=4.21.0 |
|
torch>=1.12.0 |
|
huggingface-hub>=0.19.0 |
|
sentencepiece>=0.1.99 |
|
faiss-cpu>=1.7.4 |
|
|
|
# NLP and Sentiment Analysis |
|
vaderSentiment>=3.3.2 |
|
nltk>=3.8.0 |
|
protobuf>=3.20.0 |
|
|
|
# Security and Encryption |
|
cryptography>=41.0.0 |
|
pycryptodome>=3.18.0 |
|
jwt>=1.3.1 |
|
bcrypt>=4.0.0 |
|
werkzeug>=2.3.0 |
|
|
|
# Bot Framework |
|
botbuilder-core>=4.15.0 |
|
botbuilder-schema>=4.15.0 |
|
botbuilder-dialogs>=4.14.0 |
|
|
|
# Quantum Computing (optional) |
|
qiskit>=0.39.0 |
|
|
|
# System and Monitoring |
|
psutil>=5.9.0 |
|
python-dotenv>=1.0.0 |
|
colorlog>=6.7.0 |
|
|
|
# Development Tools |
|
black>=23.0.0 # Code formatting |
|
pylint>=2.17.0 # Code analysis |
|
pytest>=7.0.0 # Testing |
|
|
|
# Optional Speech Components |
|
pyttsx3>=2.90 |
|
speechrecognition>=3.10.0 |
|
|
|
# Development and Testing |
|
pytest>=7.1.0 |
|
black>=22.0.0 |
|
flake8>=5.0.0 |
|
|
|
# Configuration and Utilities |
|
pyyaml>=6.0.0 |
|
python-dotenv>=1.0.0 |
|
colorama>=0.4.5 |
|
|
|
# Scientific Computing Extensions |
|
sympy>=1.11.0 |
|
pymc>=5.0.0 |
|
arviz>=0.14.0 |
|
|
|
# Optional: Advanced features |
|
pinecone-client>=2.2.4 |
|
chromadb>=0.4.5 |