Skip to content

Commit 9a4ef02

Browse files
ssjhvcopybara-github
authored andcommitted
Limit the dependent TFP version to avoid requiring TF 2.15.
PiperOrigin-RevId: 592582763 Change-Id: I003ce70da40fd104a7aa4ba1dfd075fa722840bf
1 parent 9918bee commit 9a4ef02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
scipy ~= 1.4
1+
scipy ~= 1.11.0
22
tensorflow ~= 2.14.0
3-
tensorflow-probability ~= 0.15
3+
tensorflow-probability >= 0.15, < 0.23

0 commit comments

Comments
 (0)