ivan.lee commited on
Commit
c8a0aa0
·
1 Parent(s): 080389c

Pin pydantic to 2.10.6 to fix compatibility with Gradio 4.44.0

Browse files
Files changed (2) hide show
  1. README.md +2 -0
  2. requirements.txt +1 -1
README.md CHANGED
@@ -23,6 +23,8 @@ tags:
23
  - achievement:offbrand
24
  - achievement:offgrid
25
  - badge-tiny-titan
 
 
26
  ---
27
 
28
  ## 🏕️ Camping AI: Reachy Mini Smart Camping Voice & Guard Control Platform
 
23
  - achievement:offbrand
24
  - achievement:offgrid
25
  - badge-tiny-titan
26
+ - award-best-agent
27
+ - award-best-demo
28
  ---
29
 
30
  ## 🏕️ Camping AI: Reachy Mini Smart Camping Voice & Guard Control Platform
requirements.txt CHANGED
@@ -19,7 +19,7 @@ uvicorn>=0.22.0
19
  torch>=2.0.0
20
  transformers>=4.35.0
21
  scipy>=1.10.0
22
- pydantic>=2.0.0
23
 
24
  # --- Special / Custom Packages (Install as needed) ---
25
  # Note: reachy-mini is the Python SDK for Reachy Mini.
 
19
  torch>=2.0.0
20
  transformers>=4.35.0
21
  scipy>=1.10.0
22
+ pydantic==2.10.6
23
 
24
  # --- Special / Custom Packages (Install as needed) ---
25
  # Note: reachy-mini is the Python SDK for Reachy Mini.