Skip to content

Commit

Permalink
Update tensorflow requirement from !=2.6.0,!=2.6.1,<2.10.0,>=2.0.0 to…
Browse files Browse the repository at this point in the history
… >=2.0.0,!=2.6.0,!=2.6.1,<2.11.0 (#745)

Update tensorflow requirement

Updates the requirements on [tensorflow](https://github.com/tensorflow/tensorflow) to permit the latest version.
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
- [Commits](tensorflow/tensorflow@v2.0.0...v2.10.0)

---
updated-dependencies:
- dependency-name: tensorflow
  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>
  • Loading branch information
dependabot[bot] authored Sep 12, 2022
1 parent c48f760 commit c3a8da2
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 @@ -16,13 +16,13 @@ def readme():
'shap>=0.40.0, <0.42.0', # versioning: https://github.com/SeldonIO/alibi/issues/333
'numba>=0.50.0, !=0.54.0, <0.56.0', # Avoid 0.54 due to: https://github.com/SeldonIO/alibi/issues/466
],
'tensorflow': ['tensorflow>=2.0.0, !=2.6.0, !=2.6.1, <2.10.0'],
'tensorflow': ['tensorflow>=2.0.0, !=2.6.0, !=2.6.1, <2.11.0'],
'torch': ['torch>=1.9.0, <2.0.0'],
'all': [
'ray>=0.8.7, <2.0.0',
'shap>=0.40.0, <0.42.0',
'numba>=0.50.0, !=0.54.0, <0.56.0',
'tensorflow>=2.0.0, !=2.6.0, !=2.6.1, <2.10.0',
'tensorflow>=2.0.0, !=2.6.0, !=2.6.1, <2.11.0',
'torch>=1.9.0, <2.0.0'
]
}
Expand Down

0 comments on commit c3a8da2

Please sign in to comment.