File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# StillMe - Self-Evolving AI System Requirements
22
33# Core Framework
4- fastapi == 0.127 .0
4+ fastapi == 0.128 .0
55uvicorn [standard ]== 0.40.0
66streamlit == 1.52.2
77
88# Database
99sqlalchemy == 2.0.45
10- alembic == 1.17 .1
10+ alembic == 1.18 .1
1111# Note: sqlite3 is built-in Python module, no need to install
1212
1313# HTTP Requests
1414httpx == 0.28.1
1515requests == 2.32.5
1616
1717# Data Processing
18- pandas == 2.3.3
18+ pandas == 3.0.0
1919# numpy==1.25.2 # Not compatible with Python 3.12, pandas will install compatible numpy automatically
2020# Note: Using Python 3.11 for onnxruntime compatibility
2121
2222# Visualization
23- plotly == 6.5.0
23+ plotly == 6.5.2
2424
2525# RSS & XML Processing
2626feedparser == 6.0.12
@@ -50,7 +50,7 @@ orjson==3.11.5
5050# CRITICAL: ChromaDB 1.3.4 requires onnxruntime>=1.14.1
5151# Using Python 3.11 for compatibility (Python 3.12 doesn't have onnxruntime wheels on Linux yet)
5252onnxruntime >= 1.14.1 # Required by chromadb, compatible with Python 3.11
53- chromadb == 1.3.7
53+ chromadb == 1.4.1
5454sentence-transformers >= 2.7.0 # Updated to support newer huggingface_hub
5555
5656# Security & Rate Limiting
You can’t perform that action at this time.
0 commit comments