python: bump absl-py 0.11 -> 0.13

This commit is contained in:
Mizux Seiha
2021-09-21 13:52:03 +02:00
parent 6020b1f823
commit 248a0f3e6d

View File

@@ -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@':[$<$<NOT:$<PLATFORM_ID:Windows>>:'.libs/*', '../$<TARGET_SONAME_FILE_NAME:ortools>'>],