Skip to content

Commit d1ea36c

Browse files
Bump tensorflow from 2.5.0 to 2.9.3
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.0 to 2.9.3. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](tensorflow/tensorflow@v2.5.0...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8d4e64b commit d1ea36c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
fire==0.3.1
22
black==19.10b0
3-
tensorflow==2.5.0
3+
tensorflow==2.9.3
44
implicit==0.4.0
55
scikit-learn==0.23.1
66
jupyter==1.0.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
author_email="mark@douthwaite.io",
1818
url="https://github.com/markdouthwaite/xanthus",
1919
license="MIT",
20-
install_requires=["tensorflow==2.5.0", "jupyter==1.0.0", "pandas==1.0.4", "numpy==1.18.5", "h5py==2.10.0", "scipy==1.4.1", "scikit-learn==0.23.1", "requests==2.23.0", "implicit==0.4.0"],
20+
install_requires=["tensorflow==2.9.3", "jupyter==1.0.0", "pandas==1.0.4", "numpy==1.18.5", "h5py==2.10.0", "scipy==1.4.1", "scikit-learn==0.23.1", "requests==2.23.0", "implicit==0.4.0"],
2121
extras_require={"tests": ["pytest", "pandas", "requests", "markdown", "black", "tensorflow"]},
2222
classifiers=[
2323
# 'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)