Skip to content

Commit 0bfb85a

Browse files
committed
2 parents adc3bb1 + 3f9dc75 commit 0bfb85a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
# StillMe - Self-Evolving AI System Requirements
22

33
# Core Framework
4-
fastapi==0.127.0
4+
fastapi==0.128.0
55
uvicorn[standard]==0.40.0
66
streamlit==1.52.2
77

88
# Database
99
sqlalchemy==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
1414
httpx==0.28.1
1515
requests==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
2626
feedparser==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)
5252
onnxruntime>=1.14.1 # Required by chromadb, compatible with Python 3.11
53-
chromadb==1.3.7
53+
chromadb==1.4.1
5454
sentence-transformers>=2.7.0 # Updated to support newer huggingface_hub
5555

5656
# Security & Rate Limiting

0 commit comments

Comments
 (0)