Skip to content

Commit

Permalink
Update tensorflow requirement from <2 to <3 in the pip group
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.

Updates `tensorflow` to 2.17.0
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
- [Commits](tensorflow/tensorflow@v1.4.0...v2.17.0)

---
updated-dependencies:
- dependency-name: tensorflow
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 30, 2024
1 parent fc0a12a commit 4fe648e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
'scikit-image',
'scipy',
'numpy',
'tensorflow<2',
'tensorflow<3',
'tensorstore',
'h5py',
'Pillow',
Expand Down

0 comments on commit 4fe648e

Please sign in to comment.