diff options
| author | sharkiecodes <lanyi_stroud@brown.edu> | 2025-07-22 12:35:43 -0400 |
|---|---|---|
| committer | sharkiecodes <lanyi_stroud@brown.edu> | 2025-07-22 12:35:43 -0400 |
| commit | d31a740378e8d4fd58ec329ba83dd20d28bfe5b4 (patch) | |
| tree | b46103d4f9fd2b04ccfc25023e1cb0156168f412 /src/server/chunker | |
| parent | 62f9b89dad334d3d6405f5286e66b253090a82c7 (diff) | |
| parent | 3f489c64d9e55d452c255f8e2c10b0d754883dbb (diff) | |
Merge branch 'master' into lanyi-expanded-agent-paper-main
Diffstat (limited to 'src/server/chunker')
| -rw-r--r-- | src/server/chunker/requirements.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/server/chunker/requirements.txt b/src/server/chunker/requirements.txt index eceb56f97..586bbe505 100644 --- a/src/server/chunker/requirements.txt +++ b/src/server/chunker/requirements.txt @@ -7,14 +7,14 @@ # ─── LLM clients ───────────────────────────────────────────────────────────── openai==1.40.6 -httpx==0.27.2 # <0.28 → avoids “proxies=” crash +httpx==0.27.2 # <0.28 → avoids "proxies=" crash anthropic==0.34.0 cohere==5.8.0 # ─── Torch stack (CPU) ─────────────────────────────────────────────────────── -torch==2.5.1 -torchvision==0.20.1 # matches torch 2.5.x -torchaudio==2.5.1 +torch<=2.7.1 +torchvision<=0.22.1 # matches torch 2.5.x +torchaudio<=2.7.1 # ─── Vision / OCR / PDF processing ─────────────────────────────────────────── ultralyticsplus==0.0.28 @@ -33,4 +33,4 @@ scikit-learn==1.5.1 # ─── Utilities ────────────────────────────────────────────────────────────── tqdm==4.66.5 python-dotenv==1.0.1 -packaging==24.0 +packaging==24.0
\ No newline at end of file |
