Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Update lower bound on tensorflow to v2.6.5 #1874

Merged
merged 3 commits into from
May 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 #1874
'tensorflow-probability>=0.11.0', # c.f. PR #1657
],
'torch': ['torch>=1.10.0'], # c.f. PR #1657
Expand Down
3 changes: 1 addition & 2 deletions tests/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 #1874
tensorflow-probability==0.11.0 # c.f. PR #1657
# torch
torch==1.10.0
Expand Down