Skip to content

Commit

Permalink
downgrade version to 1.3.5 due to no major breaking changes (#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-jin committed Apr 13, 2023
1 parent afe25e6 commit 0dd114d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -23,12 +23,12 @@ Official Website: [https://keras.io/keras_tuner/](https://keras.io/keras_tuner/)

## Installation

KerasTuner requires **Python 3.7+** and **TensorFlow 2.0+**.
KerasTuner requires **Python 3.8+** and **TensorFlow 2.0+**.

Install the latest release:

```
pip install keras-tuner --upgrade
pip install keras-tuner
```

You can also check out other versions in our
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
@@ -1,4 +1,4 @@
# Release v1.4.0
# Release v1.3.5

## Breaking changes
* Removed TensorFlow from the required dependencies of KerasTuner. The user need
Expand Down
2 changes: 1 addition & 1 deletion keras_tuner/__init__.py
Expand Up @@ -33,4 +33,4 @@

check_tf_version()

__version__ = "1.4.0dev"
__version__ = "1.3.5"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -17,7 +17,7 @@
from setuptools import find_packages
from setuptools import setup

__version__ = "1.4.0dev"
__version__ = "1.3.5"

setup(
name="keras-tuner",
Expand Down

0 comments on commit 0dd114d

Please sign in to comment.