cyberkyne commited on
Commit
bbe52bd
·
verified ·
1 Parent(s): 6a6d9aa

Delete requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +0 -29
requirements.txt DELETED
@@ -1,29 +0,0 @@
1
- # juliacall embeds Julia in Python — the actual computation engine
2
- juliacall>=0.9.23
3
-
4
- # Gradio UI
5
- gradio>=5.13.0
6
-
7
- # Claude API for extraction + strategy compilation
8
- anthropic>=0.30.0
9
-
10
- # HuggingFace — no version pin, Spaces base image controls this
11
- huggingface_hub
12
-
13
- # PDF processing (Python side only)
14
- pypdf>=4.2.0
15
- pdfplumber>=0.11.0
16
- pymupdf>=1.24.0
17
- pdf2image>=1.17.0
18
- pytesseract>=0.3.10
19
- Pillow>=10.3.0
20
-
21
- # Data (Python side for loading/passing to Julia)
22
- numpy>=1.26.0
23
- pandas>=2.2.0
24
- pyarrow>=16.0.0
25
-
26
- # Utilities
27
- loguru>=0.7.2
28
- pydantic>=2.7.0
29
- tqdm>=4.66.0