Skip to content

Commit 83666c8

Browse files
authored
Merge pull request #14 from leebeanbin/dependabot/pip/numpy-gte-1.24.0-and-lt-3.0.0
chore(deps): update numpy requirement from <2.0.0,>=1.24.0 to >=1.24.0,<3.0.0
2 parents 0c0b930 + 181c8a9 commit 83666c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
"rich>=13.0.0,<14.0.0", # 터미널 UI
3737
"beautifulsoup4>=4.12.0,<5.0.0", # Web scraping
3838
"requests>=2.31.0,<3.0.0", # HTTP requests
39-
"numpy>=1.24.0,<2.0.0", # Numerical operations
39+
"numpy>=1.24.0,<3.0.0", # Numerical operations
4040
"tiktoken>=0.5.0,<1.0.0", # Token counting
4141
# beanPDFLoader 의존성
4242
"PyMuPDF>=1.23.0,<2.0.0", # Fast PDF 파싱 (fitz)

0 commit comments

Comments
 (0)