Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Streamlit (Web Framework)
streamlit==1.20.0
streamlit==1.37.0
streamlit-webrtc==0.45.0

# Azure OpenAI (AI Model Inference)
Expand All @@ -11,7 +11,7 @@ azure-cognitiveservices-speech==1.24.0
azure-storage-blob==12.15.0 # For Azure Blob Storage

# Media and Image Processing
Pillow==9.5.0 # For image handling
Pillow==10.3.0 # For image handling
av==10.0.0 # For video frame processing
pydub==0.25.1 # For audio manipulation
moviepy==1.0.3 # For video processing
Expand All @@ -25,7 +25,7 @@ python-docx==0.8.11 # For .docx file parsing
reportlab==3.6.14 # For PDF generation

# Data Analytics and External Integration
snowflake-connector-python==2.7.12 # For Snowflake integration
snowflake-connector-python==3.13.1 # For Snowflake integration
pandas==2.0.1 # Data manipulation and analysis
numpy==1.24.3 # Numerical computing
matplotlib==3.7.1 # Plotting and visualization
Expand All @@ -35,7 +35,7 @@ azure-keyvault-secrets==4.5.0 # For secure key management
azure-monitor-opentelemetry-exporter==1.0.0b15 # For Azure Monitor integration

# Utilities
requests==2.28.2 # For HTTP requests
requests==2.32.2 # For HTTP requests
unittest2==1.1.0 # For unit and integration testing
pytest==7.3.1 # For advanced testing

Expand Down