jtdearmon commited on
Commit
c825a22
·
verified ·
1 Parent(s): 810a124

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -24
requirements.txt CHANGED
@@ -1,25 +1,8 @@
1
- # ---- Core UI ----
2
- gradio==4.44.0
3
- gradio_client==1.3.0
4
-
5
- # ---- WebSocket stack required by gradio_client ----
6
- # websockets.asyncio exists in websockets >= 12
7
- #websockets==12.0
8
- websockets>=12.0
9
-
10
- # ---- Data & dates ----
11
- pandas==2.2.2
12
- python-dateutil==2.9.0.post0
13
  numpy==1.26.4
14
-
15
- # ---- Fuzzy matching ----
16
- rapidfuzz==3.9.6
17
-
18
- # ---- Excel I/O ----
19
- openpyxl==3.1.5
20
-
21
- # ---- OpenAI (legacy 0.x API used in your script) ----
22
- openai==0.28.1
23
-
24
- # ---- Pinecone (modern client with `from pinecone import Pinecone`) ----
25
- pinecone-client==3.2.2
 
1
+ gradio==5.46.1
2
+ gradio_client==1.4.2
3
+ websockets==12.0
4
+ cryptography==42.0.8
 
 
 
 
 
 
 
 
5
  numpy==1.26.4
6
+ pandas==2.2.2
7
+ matplotlib==3.8.4
8
+ pillow==10.4.0