Skip to content

Commit 070f9cd

Browse files
committed
😭 Upgrade to TF 2.7.0
1 parent 34358d8 commit 070f9cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# TODO(@dathudeptrai) update requirement if needed.
2323
requirements = {
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",
@@ -36,7 +36,7 @@
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",

0 commit comments

Comments
 (0)