protobuf 23.3 -> 23.4; update python dependencies

This commit is contained in:
Laurent Perron
2023-08-09 12:47:07 -07:00
parent ed8db9097c
commit 8db68038cd
8 changed files with 452 additions and 366 deletions

View File

@@ -1,20 +1,22 @@
# OR-Tools code dependencies
absl-py==1.4.0
numpy==1.24.3
protobuf==4.23.3
scipy==1.10.0
numpy==1.25.2
protobuf==4.23.4
scipy==1.11.1
# OR-Tools build dependencies
mypy-protobuf==3.4.0
virtualenv==20.16.6
black==23.3.0
mypy-protobuf==3.5.0
virtualenv==20.24.2
black==23.7.0
# Example dependencies
pandas==1.5.3
pandas==2.0.3
# Visualization dependencies
svgwrite==1.4.3
plotly==5.13.0
plotly==5.15.0
# Notebook
notebook==6.5.4
notebook==7.0.2
tornado==6.3.2
Pygments==2.15.0