Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ environment to distributed training/tuning on Cloud.

#### Requirements

- Python >= 3.5
- Python >= 3.6
- [A Google Cloud project](https://cloud.google.com/ai-platform/docs/getting-started-keras#set_up_your_project)
- An
[authenticated GCP account](https://cloud.google.com/ai-platform/docs/getting-started-keras#authenticate_your_gcp_account)
Expand Down Expand Up @@ -118,7 +118,7 @@ mkdir tensorflow_cloud
cd tensorflow_cloud
```

1. Make sure you have `python >= 3.5`
1. Make sure you have `python >= 3.6`

```shell
python -V
Expand Down
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Current Version (Still in Development)

* Add notes for next release here.
* Py 3.5 support removed.

# Release 0.1.9

Expand Down
2 changes: 1 addition & 1 deletion src/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
"Intended Audience :: Science/Research",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development",
Expand Down
4 changes: 2 additions & 2 deletions src/python/tensorflow_cloud/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment to distributed training/tuning on Cloud.

#### Requirements

- Python >= 3.5
- Python >= 3.6
- [A Google Cloud project](https://cloud.google.com/ai-platform/docs/getting-started-keras#set_up_your_project)
- An
[authenticated GCP account](https://cloud.google.com/ai-platform/docs/getting-started-keras#authenticate_your_gcp_account)
Expand Down Expand Up @@ -112,7 +112,7 @@ mkdir tensorflow_cloud
cd tensorflow_cloud
```

1. Make sure you have `python >= 3.5`
1. Make sure you have `python >= 3.6`

```shell
python -V
Expand Down
4 changes: 2 additions & 2 deletions src/python/tensorflow_cloud/tuner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ as a backend to get suggestions of hyperparameters and run trials.

### Requirements

- Python >= 3.5
- Python >= 3.6
- Tensorflow >= 2.0
- [Set up your Google Cloud project](https://cloud.google.com/ai-platform/docs/getting-started-keras#set_up_your_project)
- [Authenticate your GCP account](https://cloud.google.com/ai-platform/docs/getting-started-keras#authenticate_your_gcp_account)
Expand Down Expand Up @@ -86,7 +86,7 @@ you can skip the setup and authentication steps and start from step 8.
cd tuner
```

1. Make sure you have `python >= 3.5`
1. Make sure you have `python >= 3.6`

```shell
python -V
Expand Down
4 changes: 2 additions & 2 deletions src/python/tensorflow_cloud/tuner/cloud_fit_readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ well.

### Requirements

- Python >= 3.5
- Python >= 3.6
- Tensorflow >= 2.0
- [Set up your Google Cloud project](https://cloud.google.com/ai-platform/docs/getting-started-keras#set_up_your_project)
- [Authenticate your GCP account](https://cloud.google.com/ai-platform/docs/getting-started-keras#authenticate_your_gcp_account)
Expand Down Expand Up @@ -74,7 +74,7 @@ you can skip the setup and authentication steps and start from step 8.
cd cloud_fit
```

1. Make sure you have `python >= 3.5`
1. Make sure you have `python >= 3.6`

```shell
python -V
Expand Down