Skip to content

Commit 638fdb6

Browse files
committed
bazel: bump numpy to 2.2.0
1 parent 101ef67 commit 638fdb6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bazel/notebook_requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# OR-Tools code dependencies
22
absl-py==2.1.0
33
immutabledict==3.0.0
4-
numpy==2.1.1
4+
numpy==2.2.0
55
protobuf==5.29.1
66
requests==2.32.0
77
scipy==1.14.1

bazel/notebook_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ notebook-shim==0.2.3
177177
# via
178178
# jupyterlab
179179
# notebook
180-
numpy==2.1.1
180+
numpy==2.2.0
181181
# via
182182
# -r bazel/notebook_requirements.in
183183
# pandas

bazel/ortools_requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# OR-Tools code dependencies
22
absl-py==2.1.0
33
immutabledict==3.0.0
4-
numpy==2.1.1
4+
numpy==2.2.0
55
protobuf==5.29.1
66
requests==2.32.3
77
scipy==1.14.1

bazel/ortools_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ mypy-extensions==1.0.0
3030
# mypy
3131
mypy-protobuf==3.5.0
3232
# via -r bazel/ortools_requirements.in
33-
numpy==2.1.1
33+
numpy==2.2.0
3434
# via
3535
# -r bazel/ortools_requirements.in
3636
# pandas

0 commit comments

Comments
 (0)