From 367c46053090a4a30fde4220a12132d73f3d14c7 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Fri, 27 May 2022 11:50:16 -0500 Subject: [PATCH 1/3] build: Update lower bound on tensorflow to v2.6.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 11707cedb0..bfe544a0a7 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ extras_require = { 'shellcomplete': ['click_completion'], 'tensorflow': [ - 'tensorflow>=2.3.1', # c.f. https://github.com/tensorflow/tensorflow/pull/40789 + 'tensorflow>=2.6.5', # c.f. PR #1869 'tensorflow-probability>=0.11.0', # c.f. PR #1657 ], 'torch': ['torch>=1.10.0'], # c.f. PR #1657 From 8b8dff8c5ec0495d6b01758ec5ebb3a3512ec633 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Fri, 27 May 2022 11:51:10 -0500 Subject: [PATCH 2/3] Update bound in constraints.txt --- tests/constraints.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/constraints.txt b/tests/constraints.txt index 8afbb29b53..9ad9e9fa9a 100644 --- a/tests/constraints.txt +++ b/tests/constraints.txt @@ -11,8 +11,7 @@ uproot==4.1.1 # minuit iminuit==2.4.0 # tensorflow -tensorflow==2.3.1 # tensorflow-probability v0.11.0 requires tensorflow>=2.3 -protobuf<=3.20.1 # protobuf v4.21.0 breaks ABI compatability +tensorflow==2.6.5 # c.f. PR #1869 tensorflow-probability==0.11.0 # c.f. PR #1657 # torch torch==1.10.0 From 63c89c8119dbcf89ff1e593d0d0a7462cd5b7fa1 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Fri, 27 May 2022 11:59:23 -0500 Subject: [PATCH 3/3] correct PR number --- setup.py | 2 +- tests/constraints.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index bfe544a0a7..f989157df6 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ extras_require = { 'shellcomplete': ['click_completion'], 'tensorflow': [ - 'tensorflow>=2.6.5', # c.f. PR #1869 + 'tensorflow>=2.6.5', # c.f. PR #1874 'tensorflow-probability>=0.11.0', # c.f. PR #1657 ], 'torch': ['torch>=1.10.0'], # c.f. PR #1657 diff --git a/tests/constraints.txt b/tests/constraints.txt index 9ad9e9fa9a..02b54831b4 100644 --- a/tests/constraints.txt +++ b/tests/constraints.txt @@ -11,7 +11,7 @@ uproot==4.1.1 # minuit iminuit==2.4.0 # tensorflow -tensorflow==2.6.5 # c.f. PR #1869 +tensorflow==2.6.5 # c.f. PR #1874 tensorflow-probability==0.11.0 # c.f. PR #1657 # torch torch==1.10.0