File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 max-parallel : 10
1818 matrix :
1919 python-version : [3.7]
20- tensorflow-version : [2.6 .0]
20+ tensorflow-version : [2.7 .0]
2121 steps :
2222 - uses : actions/checkout@master
2323 - uses : actions/setup-python@v1
Original file line number Diff line number Diff line change 2222# TODO(@dathudeptrai) update requirement if needed.
2323requirements = {
2424 "install" : [
25- "tensorflow-gpu==2.6 .0" ,
25+ "tensorflow-gpu==2.7 .0" ,
2626 "tensorflow-addons>=0.10.0" ,
2727 "setuptools>=38.5.1" ,
2828 "huggingface_hub==0.0.8" ,
3636 "inflect>=4.1.0" ,
3737 "scikit-learn>=0.22.0" ,
3838 "pyworld>=0.2.10" ,
39- "numba< =0.48" , # Fix No module named "numba.decorators"
39+ "numba> =0.48" , # Fix No module named "numba.decorators"
4040 "jamo>=0.4.1" ,
4141 "pypinyin" ,
4242 "g2pM" ,
You can’t perform that action at this time.
0 commit comments