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.25.0)

---
updated-dependencies:
- dependency-name: tensorflow-probability
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent 31d19a1 commit e1db84c
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 @@ -18,7 +18,7 @@ def readme():
],
# https://github.com/SeldonIO/alibi-detect/issues/375 and 387
"tensorflow": [
"tensorflow_probability>=0.8.0, <0.23.0",
"tensorflow_probability>=0.8.0, <0.26.0",
"tensorflow>=2.2.0, !=2.6.0, !=2.6.1, <2.15.0", # https://github.com/SeldonIO/alibi-detect/issues/375 and 387
],
"keops": [
Expand All @@ -27,7 +27,7 @@ def readme():
],
"all": [
"prophet>=1.1.0, <2.0.0",
"tensorflow_probability>=0.8.0, <0.23.0",
"tensorflow_probability>=0.8.0, <0.26.0",
"tensorflow>=2.2.0, !=2.6.0, !=2.6.1, <2.15.0", # https://github.com/SeldonIO/alibi-detect/issues/375 and 387
"pykeops>=2.0.0, <2.3.0",
"torch>=1.7.0, <3.0.0"
Expand Down

0 comments on commit e1db84c

Please sign in to comment.