Skip to content

Commit 6100838

Browse files
Bump the pip group across 2 directories with 1 update
Updates the requirements on and [tensorflow](https://github.com/tensorflow/tensorflow) to permit the latest version. Updates `tensorflow` to 2.18.1 - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/v2.18.1/RELEASE.md) - [Commits](tensorflow/tensorflow@v2.8.0...v2.18.1) Updates `tensorflow` to 2.18.1 - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/v2.18.1/RELEASE.md) - [Commits](tensorflow/tensorflow@v2.8.0...v2.18.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production dependency-group: pip - dependency-name: tensorflow dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fed0bf6 commit 6100838

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements-rtd.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pandas>=0.19.2
2-
tensorflow==2.8.*
2+
tensorflow==2.18.*
33
requests
44
tqdm
55
numpy

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def run_tests(self):
108108
# https://packaging.python.org/en/latest/requirements.html
109109
install_requires=[
110110
"pandas>=0.19.2",
111-
"tensorflow==2.8.*",
111+
"tensorflow>=2.8,<2.19",
112112
"requests",
113113
"tqdm",
114114
],

streamlit/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pandas>=0.19.2
2-
tensorflow==2.8.*
2+
tensorflow==2.18.*
33
requests
44
tqdm
55
numpy

0 commit comments

Comments
 (0)