Skip to content

Commit

Permalink
Disallow TF v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Sep 2, 2021
1 parent de3ce97 commit f7b2c1a
Showing 1 changed file with 1 addition and 1 deletion.
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.2,>=2.2.1',
'tensorflow~=2.2,>=2.2.1,!=2.3.0', # c.f. https://github.com/tensorflow/tensorflow/pull/40789
'tensorflow-probability~=0.10,>=0.10.1',
],
'torch': ['torch~=1.8'],
Expand Down

0 comments on commit f7b2c1a

Please sign in to comment.