bump python deps in bazel

This commit is contained in:
Laurent Perron
2024-10-08 17:19:19 +02:00
parent d6de78c923
commit 16132bf0ee
4 changed files with 24 additions and 24 deletions

View File

@@ -1,19 +1,19 @@
# OR-Tools code dependencies
absl-py==2.0.0
absl-py==2.1.0
immutabledict==3.0.0
numpy==1.26.4
protobuf==5.26.1
numpy==2.1.1
protobuf==5.27.5
requests==2.32.0
scipy==1.11.3
scipy==1.14.1
# OR-Tools build dependencies
mypy==1.6.1
mypy-protobuf==3.5.0
virtualenv==20.24.6
black==24.3.0
black==24.8.0
# Example dependencies
pandas==2.1.2
pandas==2.2.3
# Visualization dependencies
svgwrite==1.4.3

View File

@@ -30,7 +30,7 @@ backcall==0.2.0
# via ipython
beautifulsoup4==4.12.2
# via nbconvert
black==24.3.0
black==24.8.0
# via -r bazel/notebook_requirements.in
bleach==6.0.0
# via nbconvert
@@ -176,7 +176,7 @@ notebook-shim==0.2.3
# via
# jupyterlab
# notebook
numpy==1.26.4
numpy==2.1.0
# via
# -r bazel/notebook_requirements.in
# pandas
@@ -192,7 +192,7 @@ packaging==23.1
# jupyterlab-server
# nbconvert
# plotly
pandas==2.1.2
pandas==2.2.3
# via -r bazel/notebook_requirements.in
pandocfilters==1.5.0
# via nbconvert
@@ -215,7 +215,7 @@ prometheus-client==0.17.1
# via jupyter-server
prompt-toolkit==3.0.39
# via ipython
protobuf==5.26.1
protobuf==5.27.3
# via
# -r bazel/notebook_requirements.in
# mypy-protobuf
@@ -271,7 +271,7 @@ rpds-py==0.10.2
# via
# jsonschema
# referencing
scipy==1.11.3
scipy==1.14.1
# via -r bazel/notebook_requirements.in
send2trash==1.8.2
# via jupyter-server

View File

@@ -1,17 +1,17 @@
# OR-Tools code dependencies
absl-py==2.0.0
absl-py==2.1.0
immutabledict==3.0.0
numpy==1.26.4
protobuf==5.26.1
requests==2.32.0
scipy==1.11.3
numpy==2.1.1
protobuf==5.27.5
requests==2.32.3
scipy==1.14.1
# OR-Tools build dependencies
mypy==1.6.1
mypy-protobuf==3.5.0
virtualenv==20.24.6
black==24.3.0
black==24.8.0
# Example dependencies
pandas==2.1.2
pandas==2.2.3
svgwrite==1.4.3

View File

@@ -6,7 +6,7 @@
#
absl-py==2.0.0
# via -r bazel/ortools_requirements.in
black==24.3.0
black==24.8.0
# via -r bazel/ortools_requirements.in
certifi==2024.7.4
# via requests
@@ -30,14 +30,14 @@ mypy-extensions==1.0.0
# mypy
mypy-protobuf==3.5.0
# via -r bazel/ortools_requirements.in
numpy==1.26.4
numpy==2.1.0
# via
# -r bazel/ortools_requirements.in
# pandas
# scipy
packaging==23.1
# via black
pandas==2.1.2
pandas==2.2.3
# via -r bazel/ortools_requirements.in
pathspec==0.11.1
# via black
@@ -45,7 +45,7 @@ platformdirs==3.10.0
# via
# black
# virtualenv
protobuf==5.26.1
protobuf==5.27.3
# via
# -r bazel/ortools_requirements.in
# mypy-protobuf
@@ -53,9 +53,9 @@ python-dateutil==2.8.2
# via pandas
pytz==2022.7.1
# via pandas
requests==2.32.0
requests==2.32.3
# via -r bazel/ortools_requirements.in
scipy==1.11.3
scipy==1.14.1
# via -r bazel/ortools_requirements.in
six==1.16.0
# via python-dateutil