Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = [
"rich>=13.0.0,<14.0.0", # 터미널 UI
"beautifulsoup4>=4.12.0,<5.0.0", # Web scraping
"requests>=2.31.0,<3.0.0", # HTTP requests
"numpy>=1.24.0,<2.0.0", # Numerical operations
"numpy>=1.24.0,<3.0.0", # Numerical operations
"tiktoken>=0.5.0,<1.0.0", # Token counting
# beanPDFLoader 의존성
"PyMuPDF>=1.23.0,<2.0.0", # Fast PDF 파싱 (fitz)
Expand Down
Loading