petter2025 commited on
Commit
1e59b62
·
verified ·
1 Parent(s): 7bc74ac

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -8,7 +8,7 @@ gradio==4.44.1
8
  fastapi==0.104.1
9
  uvicorn==0.24.0
10
  pydantic==2.5.0
11
- python-multipart==0.0.6
12
 
13
  # Data Processing & Visualization
14
  pandas>=2.0.0
 
8
  fastapi==0.104.1
9
  uvicorn==0.24.0
10
  pydantic==2.5.0
11
+ python-multipart>=0.0.9 # Changed from ==0.0.6 to >=0.0.9 to satisfy Gradio
12
 
13
  # Data Processing & Visualization
14
  pandas>=2.0.0