Skip to content

Commit cdfb686

Browse files
authored
Bumb Tensorflow to 2.5.3 (#29)
1 parent f0088b7 commit cdfb686

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
- name: Set up Python 3.6
19+
- name: Set up Python 3.7
2020
uses: actions/setup-python@v2
2121
with:
22-
python-version: 3.6
22+
python-version: 3.7
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ A few pre-trained models can be found [here](https://drive.google.com/drive/fold
1717

1818
### Install dependencies
1919

20+
Requires Python 3.7+.
21+
2022
```shell
2123
pip install -r requirements.txt
2224
```

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-r requirements_base.txt
2-
tensorflow==2.5.1
2+
tensorflow==2.5.3
33
tensorflowjs==3.6.0

0 commit comments

Comments
 (0)