bazel: bump numpy to 2.2.0

This commit is contained in:
Corentin Le Molgat
2024-12-18 09:07:01 +01:00
parent 101ef67cf8
commit 638fdb63f5
4 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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