Skip to content

Commit 181c8a9

Browse files
chore(deps): update numpy requirement
Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v1.24.0...v2.4.0) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 21fd5a4 commit 181c8a9

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
@@ -37,7 +37,7 @@ dependencies = [
3737
"rich>=13.0.0,<14.0.0", # 터미널 UI
3838
"beautifulsoup4>=4.12.0,<5.0.0", # Web scraping
3939
"requests>=2.31.0,<3.0.0", # HTTP requests
40-
"numpy>=1.24.0,<2.0.0", # Numerical operations
40+
"numpy>=1.24.0,<3.0.0", # Numerical operations
4141
"tiktoken>=0.5.0,<1.0.0", # Token counting
4242
# beanPDFLoader 의존성
4343
"PyMuPDF>=1.23.0,<2.0.0", # Fast PDF 파싱 (fitz)

0 commit comments

Comments
 (0)