Skip to content
Open
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion .github/CodeQL Analysis.yml
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

1 change: 0 additions & 1 deletion .github/agent.md
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

4 changes: 2 additions & 2 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Flask==3.1.3
flask-socketio==5.6.1
python-socketio==5.16.3
eventlet==0.41.0
gradio==6.19.0
gradio==6.20.0

pyttsx3==2.99
gTTS==2.5.4
Expand All @@ -35,7 +35,7 @@ matplotlib==3.10.9
seaborn==0.13.2

Pillow==12.3.0
torch==2.12.1
torch==2.13.0
numpy==1.26.4

jsonschema==4.26.0
2 changes: 1 addition & 1 deletion dataset-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Dataset downloading and processing
datasets>=5.0.0 # Hugging Face datasets library
tqdm>=4.68.3 # Progress bars for downloads
tqdm>=4.68.4 # Progress bars for downloads

# Optional: Data processing and analysis
pandas>=2.2.0 # CSV/DataFrame operations
Expand Down
2 changes: 1 addition & 1 deletion mount/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Web Framework
fastapi>=0.139.0
uvicorn[standard]>=0.50.2
uvicorn[standard]>=0.51.0
pydantic>=2.13.4
pydantic-settings>=2.14.2

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dev = [
"ruff>=0.15.20",
"black>=26.5.1",
"isort>=8.0.1",
"mypy>=2.1.0",
"mypy>=2.2.0",
"pydantic>=2.13.4",
"pydantic-settings>=2.14.2",
"tenacity>=9.1.4",
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ watchdog>=6.0.0
black>=26.5.1
isort>=8.0.1
ruff>=0.15.20
mypy>=2.1.0
mypy>=2.2.0
pre-commit>=4.6.0
tomli>=2.4.1; python_version < "3.11"
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Flask>=3.1.3
flask-socketio>=5.6.1
python-socketio>=5.16.3
eventlet>=0.41.0 # Optional async server for SocketIO (can fallback to threading)
gradio>=6.19.0
gradio>=6.20.0

# Optional TTS fallbacks for local development: pyttsx3 (offline, Windows-friendly) and gTTS
# If you want server-side TTS without Azure credentials, enable QAI_ENABLE_LOCAL_TTS and
Expand All @@ -50,7 +50,7 @@ seaborn>=0.13.2

# Vision inference dependencies
Pillow>=12.3.0
torch>=2.12.1
torch>=2.13.0
numpy>=1.26.4

# JSON schema validation library used by tests and cooking-ai utilities
Expand Down
Loading