Skip to content

Commit

Permalink
Update tensorflow-probability requirement
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Sep 13, 2022
1 parent 0d46a04 commit 980146e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def readme():
],
# https://github.com/SeldonIO/alibi-detect/issues/375 and 387
"tensorflow": [
"tensorflow_probability>=0.8.0, <0.18.0",
"tensorflow_probability>=0.8.0, <0.19.0",
"tensorflow>=2.2.0, !=2.6.0, !=2.6.1, <2.10.0", # https://github.com/SeldonIO/alibi-detect/issues/375 and 387
],
"keops": [
Expand All @@ -31,7 +31,7 @@ def readme():
"fbprophet>=0.5, <0.7",
"holidays==0.9.11",
"pystan<3.0",
"tensorflow_probability>=0.8.0, <0.18.0",
"tensorflow_probability>=0.8.0, <0.19.0",
"tensorflow>=2.2.0, !=2.6.0, !=2.6.1, <2.10.0", # https://github.com/SeldonIO/alibi-detect/issues/375 and 387
"pykeops>=2.0.0, <2.2.0",
"torch>=1.7.0, <1.13.0"
Expand Down

0 comments on commit 980146e

Please sign in to comment.