Skip to content

Commit

Permalink
bazel: bump numpy to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Dec 18, 2024
1 parent 101ef67 commit 638fdb6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bazel/notebook_requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# OR-Tools code dependencies
absl-py==2.1.0
immutabledict==3.0.0
numpy==2.1.1
numpy==2.2.0
protobuf==5.29.1
requests==2.32.0
scipy==1.14.1
Expand Down
2 changes: 1 addition & 1 deletion bazel/notebook_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ notebook-shim==0.2.3
# via
# jupyterlab
# notebook
numpy==2.1.1
numpy==2.2.0
# via
# -r bazel/notebook_requirements.in
# pandas
Expand Down
2 changes: 1 addition & 1 deletion bazel/ortools_requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# OR-Tools code dependencies
absl-py==2.1.0
immutabledict==3.0.0
numpy==2.1.1
numpy==2.2.0
protobuf==5.29.1
requests==2.32.3
scipy==1.14.1
Expand Down
2 changes: 1 addition & 1 deletion bazel/ortools_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ mypy-extensions==1.0.0
# mypy
mypy-protobuf==3.5.0
# via -r bazel/ortools_requirements.in
numpy==2.1.1
numpy==2.2.0
# via
# -r bazel/ortools_requirements.in
# pandas
Expand Down

0 comments on commit 638fdb6

Please sign in to comment.