Skip to content

Commit

Permalink
python: Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Oct 30, 2023
1 parent 8bd7599 commit d6e38a9
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 26 deletions.
12 changes: 6 additions & 6 deletions bazel/notebook_requirements.in
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# OR-Tools code dependencies
absl-py==1.4.0
numpy==1.25.2
absl-py==2.0.0
numpy==1.26.1
protobuf==4.24.4
scipy==1.11.1
scipy==1.11.3

# OR-Tools build dependencies
mypy==1.6.1
mypy-protobuf==3.5.0
virtualenv==20.24.2
black==23.7.0
virtualenv==20.24.6
black==23.10.1

# Example dependencies
pandas==2.0.3
pandas==2.1.2

# Visualization dependencies
svgwrite==1.4.3
Expand Down
12 changes: 6 additions & 6 deletions bazel/notebook_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# bazel run //bazel:notebook_requirements.update
#
absl-py==1.4.0
absl-py==2.0.0
# via -r bazel/notebook_requirements.in
anyio==4.0.0
# via jupyter-server
Expand All @@ -28,7 +28,7 @@ backcall==0.2.0
# via ipython
beautifulsoup4==4.12.2
# via nbconvert
black==23.7.0
black==23.10.1
# via -r bazel/notebook_requirements.in
bleach==6.0.0
# via nbconvert
Expand Down Expand Up @@ -185,7 +185,7 @@ notebook-shim==0.2.3
# via
# jupyterlab
# notebook
numpy==1.25.2
numpy==1.26.1
# via
# -r bazel/notebook_requirements.in
# pandas
Expand All @@ -203,7 +203,7 @@ packaging==23.1
# plotly
# qtconsole
# qtpy
pandas==2.0.3
pandas==2.1.2
# via -r bazel/notebook_requirements.in
pandocfilters==1.5.0
# via nbconvert
Expand Down Expand Up @@ -290,7 +290,7 @@ rpds-py==0.10.2
# via
# jsonschema
# referencing
scipy==1.11.1
scipy==1.11.3
# via -r bazel/notebook_requirements.in
send2trash==1.8.2
# via jupyter-server
Expand Down Expand Up @@ -352,7 +352,7 @@ uri-template==1.3.0
# via jsonschema
urllib3==2.0.4
# via requests
virtualenv==20.24.2
virtualenv==20.24.6
# via -r bazel/notebook_requirements.in
wcwidth==0.2.6
# via prompt-toolkit
Expand Down
12 changes: 6 additions & 6 deletions bazel/ortools_requirements.in
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# OR-Tools code dependencies
absl-py==1.4.0
numpy==1.25.2
absl-py==2.0.0
numpy==1.26.1
protobuf==4.24.4
scipy==1.11.1
scipy==1.11.3

# OR-Tools build dependencies
mypy==1.6.1
mypy-protobuf==3.5.0
virtualenv==20.24.2
black==23.7.0
virtualenv==20.24.6
black==23.10.1

# Example dependencies
pandas==2.0.3
pandas==2.1.2
12 changes: 6 additions & 6 deletions bazel/ortools_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# bazel run //bazel:ortools_requirements.update
#
absl-py==1.4.0
absl-py==2.0.0
# via -r bazel/ortools_requirements.in
black==23.7.0
black==23.10.1
# via -r bazel/ortools_requirements.in
click==8.1.3
# via black
Expand All @@ -22,14 +22,14 @@ mypy-extensions==1.0.0
# mypy
mypy-protobuf==3.5.0
# via -r bazel/ortools_requirements.in
numpy==1.25.2
numpy==1.26.1
# via
# -r bazel/ortools_requirements.in
# pandas
# scipy
packaging==23.1
# via black
pandas==2.0.3
pandas==2.1.2
# via -r bazel/ortools_requirements.in
pathspec==0.11.1
# via black
Expand All @@ -45,7 +45,7 @@ python-dateutil==2.8.2
# via pandas
pytz==2022.7.1
# via pandas
scipy==1.11.1
scipy==1.11.3
# via -r bazel/ortools_requirements.in
six==1.16.0
# via python-dateutil
Expand All @@ -55,5 +55,5 @@ typing-extensions==4.8.0
# via mypy
tzdata==2023.3
# via pandas
virtualenv==20.24.2
virtualenv==20.24.6
# via -r bazel/ortools_requirements.in
4 changes: 2 additions & 2 deletions ortools/python/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ setup(
packages=find_packages(),
python_requires='>= 3.8',
install_requires=[
'absl-py >= 0.13',
'absl-py >= 2.0.0',
'numpy >= 1.13.3',
'pandas >= 1.5.2',
'pandas >= 2.0.0',
'protobuf >= 4.24.4',
],
package_data={
Expand Down

0 comments on commit d6e38a9

Please sign in to comment.