From 248a0f3e6dd90fdcddcedc21db1c15ced4029958 Mon Sep 17 00:00:00 2001 From: Mizux Seiha Date: Tue, 21 Sep 2021 13:52:03 +0200 Subject: [PATCH] python: bump absl-py 0.11 -> 0.13 --- ortools/python/setup.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ortools/python/setup.py.in b/ortools/python/setup.py.in index 4bcf073681..c2ac40e7cb 100644 --- a/ortools/python/setup.py.in +++ b/ortools/python/setup.py.in @@ -43,7 +43,7 @@ setup( packages=find_packages(), install_requires=[ 'protobuf >= 3.18.0', - 'absl-py >= 0.11', + 'absl-py >= 0.13', ], package_data={ '@PROJECT_NAME@':[$<$>:'.libs/*', '../$'>],