-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
executable file
·74 lines (61 loc) · 1.72 KB
/
Copy pathrequirements.txt
File metadata and controls
executable file
·74 lines (61 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# ==============================
# MeducAI – Core Runtime
# ==============================
#
# NOTE: This file is synchronized with 3_Code/requirements.txt
# Both files should be kept in sync. Use this file for project-level installation.
#
# Python version
# Python >=3.10,<3.13 권장
# ------------------------------
# Standard data handling
# ------------------------------
pandas==2.2.3
numpy==1.26.4
# ------------------------------
# JSON / schema / validation
# ------------------------------
pydantic==2.10.3
jsonschema==4.23.0
# ------------------------------
# CLI / logging / utilities
# ------------------------------
tqdm==4.67.1
python-dotenv==1.0.1
# ------------------------------
# Date / time handling
# ------------------------------
python-dateutil==2.9.0.post0
# ------------------------------
# HTTP / API (LLM provider calls)
# ------------------------------
requests==2.32.3
# ------------------------------
# Optional: OpenAI / Gemini SDK / Anthropic
# (arm별 실험 시 선택적 사용)
# ------------------------------
openai==2.13.0
google-genai==1.56.0
anthropic>=0.34.0
#google-generativeai==0.8.4 # Deprecated: use google-genai instead
# ------------------------------
# File system / path safety
# ------------------------------
platformdirs==4.3.6
# ------------------------------
# Dev / verification utilities
# ------------------------------
rich==13.9.4
# ------------------------------
# PDF parsing (curriculum rebuild v2)
# ------------------------------
pdfplumber==0.11.4
# ------------------------------
# PDF generation (for QA packets)
# ------------------------------
reportlab==4.2.5
Pillow==10.4.0
# ------------------------------
# Anki deck export
# ------------------------------
genanki==0.13.0