mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 16:43:36 +00:00
27 lines
431 B
Plaintext
27 lines
431 B
Plaintext
# Web Framework & API
|
|
fastapi>=0.104.0
|
|
uvicorn[standard]>=0.24.0
|
|
pydantic>=2.0.0
|
|
|
|
# Core ML/Data Science
|
|
numpy>=1.24.0
|
|
pandas>=2.0.0
|
|
scikit-learn>=1.3.0
|
|
|
|
# Data Storage & Messaging
|
|
redis>=5.0.0
|
|
supabase>=2.0.0
|
|
confluent-kafka>=2.3.0
|
|
kafka-python>=2.0.2
|
|
|
|
# Visualization & Graphing
|
|
graphviz>=0.20.1
|
|
|
|
# Utilities
|
|
python-dotenv>=1.0.0
|
|
requests>=2.31.0
|
|
typing-extensions>=4.8.0
|
|
|
|
# Serialization
|
|
pickle5>=0.0.11; python_version < '3.8'
|