Skip to content

Commit

Permalink
Update tensorflow requirement from !=2.6.0,!=2.6.1,<2.13.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.14.0 (#941)

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

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

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 Jul 18, 2023
1 parent 786363a commit 8702b4d
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 @@ -17,13 +17,13 @@ def readme():
'numba>=0.50.0, !=0.54.0, <0.58.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.13.0'],
'tensorflow': ['tensorflow>=2.0.0, !=2.6.0, !=2.6.1, <2.14.0'],
'torch': ['torch>=1.9.0, <3.0.0'],
'all': [
'ray>=0.8.7, <3.0.0',
'shap>=0.40.0, <0.43.0',
'numba>=0.50.0, !=0.54.0, <0.58.0',
'tensorflow>=2.0.0, !=2.6.0, !=2.6.1, <2.13.0',
'tensorflow>=2.0.0, !=2.6.0, !=2.6.1, <2.14.0',
'torch>=1.9.0, <3.0.0'
]
}
Expand Down

0 comments on commit 8702b4d

Please sign in to comment.