Skip to content

Commit

Permalink
bump python deps in bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Oct 8, 2024
1 parent d6de78c commit 16132bf
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
12 changes: 6 additions & 6 deletions bazel/notebook_requirements.in
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions bazel/notebook_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions bazel/ortools_requirements.in
Original file line number Diff line number Diff line change
@@ -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
12 changes: 6 additions & 6 deletions bazel/ortools_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -30,32 +30,32 @@ 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
platformdirs==3.10.0
# via
# black
# virtualenv
protobuf==5.26.1
protobuf==5.27.3
# via
# -r bazel/ortools_requirements.in
# mypy-protobuf
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
Expand Down

0 comments on commit 16132bf

Please sign in to comment.