Skip to content

Commit 6fa1708

Browse files
Update tensorflow-probability requirement (#616)
Updates the requirements on [tensorflow-probability](https://github.com/tensorflow/probability) to permit the latest version. - [Release notes](https://github.com/tensorflow/probability/releases) - [Commits](tensorflow/probability@0.8.0...v0.18.0) --- updated-dependencies: - dependency-name: tensorflow-probability dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5b14ab0 commit 6fa1708

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def readme():
1818
],
1919
# https://github.com/SeldonIO/alibi-detect/issues/375 and 387
2020
"tensorflow": [
21-
"tensorflow_probability>=0.8.0, <0.18.0",
21+
"tensorflow_probability>=0.8.0, <0.19.0",
2222
"tensorflow>=2.2.0, !=2.6.0, !=2.6.1, <2.11.0", # https://github.com/SeldonIO/alibi-detect/issues/375 and 387
2323
],
2424
"keops": [
@@ -27,7 +27,7 @@ def readme():
2727
],
2828
"all": [
2929
"prophet>=1.1.0, <2.0.0",
30-
"tensorflow_probability>=0.8.0, <0.18.0",
30+
"tensorflow_probability>=0.8.0, <0.19.0",
3131
"tensorflow>=2.2.0, !=2.6.0, !=2.6.1, <2.11.0", # https://github.com/SeldonIO/alibi-detect/issues/375 and 387
3232
"pykeops>=2.0.0, <2.2.0",
3333
"torch>=1.7.0, <1.13.0"

0 commit comments

Comments
 (0)