Skip to content

Commit

Permalink
bump bazel python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Oct 7, 2024
1 parent f269264 commit 7ded00d
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 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.27.3
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
8 changes: 4 additions & 4 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 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.27.3
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
10 changes: 5 additions & 5 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,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
Expand All @@ -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
Expand Down

0 comments on commit 7ded00d

Please sign in to comment.