We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c0b930 + 181c8a9 commit 83666c8Copy full SHA for 83666c8
1 file changed
pyproject.toml
@@ -36,7 +36,7 @@ dependencies = [
36
"rich>=13.0.0,<14.0.0", # 터미널 UI
37
"beautifulsoup4>=4.12.0,<5.0.0", # Web scraping
38
"requests>=2.31.0,<3.0.0", # HTTP requests
39
- "numpy>=1.24.0,<2.0.0", # Numerical operations
+ "numpy>=1.24.0,<3.0.0", # Numerical operations
40
"tiktoken>=0.5.0,<1.0.0", # Token counting
41
# beanPDFLoader 의존성
42
"PyMuPDF>=1.23.0,<2.0.0", # Fast PDF 파싱 (fitz)
0 commit comments