Skip to content

Commit

Permalink
Update tensorflow requirement
Browse files Browse the repository at this point in the history
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/v2.16.2/RELEASE.md)
- [Commits](tensorflow/tensorflow@v2.0.0...v2.16.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 4cca971 commit 19d8ae3
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.60.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.15.0'],
'tensorflow': ['tensorflow!=2.6.0, !=2.6.1, >=2.16.2, <2.17.0'],
'torch': ['torch>=1.9.0, <3.0.0'],
'all': [
'ray>=0.8.7, <3.0.0',
'shap>=0.40.0, <0.44.0',
'numba>=0.50.0, !=0.54.0, <0.60.0',
'tensorflow>=2.0.0, !=2.6.0, !=2.6.1, <2.15.0',
'tensorflow!=2.6.0, !=2.6.1, >=2.16.2, <2.17.0',
'torch>=1.9.0, <3.0.0'
]
}
Expand Down

0 comments on commit 19d8ae3

Please sign in to comment.