File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
17
17
steps :
18
18
- uses : actions/checkout@v2
19
- - name : Set up Python 3.6
19
+ - name : Set up Python 3.7
20
20
uses : actions/setup-python@v2
21
21
with :
22
- python-version : 3.6
22
+ python-version : 3.7
23
23
- name : Install dependencies
24
24
run : |
25
25
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ A few pre-trained models can be found [here](https://drive.google.com/drive/fold
17
17
18
18
### Install dependencies
19
19
20
+ Requires Python 3.7+.
21
+
20
22
``` shell
21
23
pip install -r requirements.txt
22
24
```
Original file line number Diff line number Diff line change 1
1
-r requirements_base.txt
2
- tensorflow == 2.5.1
2
+ tensorflow == 2.5.3
3
3
tensorflowjs == 3.6.0
You can’t perform that action at this time.
0 commit comments