Skip to content

Commit

Permalink
chore(deps): Bump numpy from 1.26.4 to 2.0.2 in /requirements
Browse files Browse the repository at this point in the history
Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.0.2.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.26.4...v2.0.2)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 13, 2024
1 parent dc30178 commit 6c43cf9
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 63 deletions.
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layoutparser
python-multipart
huggingface-hub
numpy<2
numpy<3
opencv-python!=4.7.0.68
onnx
onnxruntime>=1.17.0
Expand Down
60 changes: 47 additions & 13 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ filelock==3.16.0
# huggingface-hub
# torch
# transformers
# triton
flatbuffers==24.3.25
# via onnxruntime
fonttools==4.53.1
Expand All @@ -35,7 +36,7 @@ fsspec==2024.9.0
# torch
huggingface-hub==0.24.7
# via
# -r requirements/base.in
# -r base.in
# timm
# tokenizers
# transformers
Expand All @@ -52,18 +53,18 @@ jinja2==3.1.4
kiwisolver==1.4.7
# via matplotlib
layoutparser==0.3.4
# via -r requirements/base.in
# via -r base.in
markupsafe==2.1.5
# via jinja2
matplotlib==3.9.2
# via -r requirements/base.in
# via -r base.in
mpmath==1.3.0
# via sympy
networkx==3.2.1
# via torch
numpy==1.26.4
numpy==2.0.2
# via
# -r requirements/base.in
# -r base.in
# contourpy
# layoutparser
# matplotlib
Expand All @@ -74,13 +75,44 @@ numpy==1.26.4
# scipy
# torchvision
# transformers
nvidia-cublas-cu12==12.1.3.1
# via
# nvidia-cudnn-cu12
# nvidia-cusolver-cu12
# torch
nvidia-cuda-cupti-cu12==12.1.105
# via torch
nvidia-cuda-nvrtc-cu12==12.1.105
# via torch
nvidia-cuda-runtime-cu12==12.1.105
# via torch
nvidia-cudnn-cu12==9.1.0.70
# via torch
nvidia-cufft-cu12==11.0.2.54
# via torch
nvidia-curand-cu12==10.3.2.106
# via torch
nvidia-cusolver-cu12==11.4.5.107
# via torch
nvidia-cusparse-cu12==12.1.0.106
# via
# nvidia-cusolver-cu12
# torch
nvidia-nccl-cu12==2.20.5
# via torch
nvidia-nvjitlink-cu12==12.6.68
# via
# nvidia-cusolver-cu12
# nvidia-cusparse-cu12
nvidia-nvtx-cu12==12.1.105
# via torch
onnx==1.16.2
# via -r requirements/base.in
# via -r base.in
onnxruntime==1.19.2
# via -r requirements/base.in
# via -r base.in
opencv-python==4.10.0.84
# via
# -r requirements/base.in
# -r base.in
# layoutparser
packaging==24.1
# via
Expand Down Expand Up @@ -120,7 +152,7 @@ python-dateutil==2.9.0.post0
# matplotlib
# pandas
python-multipart==0.0.9
# via -r requirements/base.in
# via -r base.in
pytz==2024.2
# via pandas
pyyaml==6.0.2
Expand All @@ -130,7 +162,7 @@ pyyaml==6.0.2
# timm
# transformers
rapidfuzz==3.9.7
# via -r requirements/base.in
# via -r base.in
regex==2024.9.11
# via transformers
requests==2.32.3
Expand All @@ -150,12 +182,12 @@ sympy==1.13.2
# onnxruntime
# torch
timm==1.0.9
# via -r requirements/base.in
# via -r base.in
tokenizers==0.19.1
# via transformers
torch==2.4.1
# via
# -r requirements/base.in
# -r base.in
# timm
# torchvision
torchvision==0.19.1
Expand All @@ -166,7 +198,9 @@ tqdm==4.66.5
# iopath
# transformers
transformers==4.44.2
# via -r requirements/base.in
# via -r base.in
triton==3.0.0
# via torch
typing-extensions==4.12.2
# via
# huggingface-hub
Expand Down
Loading

0 comments on commit 6c43cf9

Please sign in to comment.