File tree Expand file tree Collapse file tree 6 files changed +11
-3
lines changed
Expand file tree Collapse file tree 6 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 22
33## [ unreleased] [ unreleased ]
44
5+ ## [ 0.7.6] [ 2025-11-26 ]
6+
7+ ### Changed
8+
9+ - Add ` tf-keras ` (Keras 2) to ` requirements.txt ` and ` pip_install.sh ` .
10+
511## [ 0.7.5] [ 2025-11-25 ]
612
713### Changed
Original file line number Diff line number Diff line change 11tensorflow >= 2.9.0 ; sys_platform != 'darwin'
22tensorflow-macos >= 2.9.0 ; sys_platform == 'darwin'
33absl-py >= 0.1.6
4+ tf-keras
Original file line number Diff line number Diff line change 1717import pathlib
1818import setuptools
1919
20- VERSION = "0.7.5 "
20+ VERSION = "0.7.6 "
2121
2222long_description = (
2323 pathlib .Path (__file__ ).parent .joinpath ("README.md" ).read_text ()
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ def _check_keras_version():
4646del _check_keras_version
4747# pylint: enable=g-statement-before-imports
4848
49- __version__ = "v0.7.5 "
49+ __version__ = "v0.7.6 "
5050
5151from tensorflow_recommenders import examples
5252from tensorflow_recommenders import experimental
Original file line number Diff line number Diff line change 2424internal google stuff.
2525"""
2626
27- __version__ = "v0.7.5 "
27+ __version__ = "v0.7.6 "
2828
2929# This version does not include internal tfrs google library.
3030from tensorflow_recommenders import examples
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ python3.10 -m pip install --upgrade pip
2020# Install TensorFlow.
2121echo " Installing TensorFlow..."
2222python3.10 -m pip install tensorflow
23+ python3.10 -m pip install -q tf-keras
2324python3.10 -m pip install -q urllib3
2425
2526# Install TensorFlow Recommenders.
You can’t perform that action at this time.
0 commit comments