Skip to content

Commit 3f921a5

Browse files
dathudeptraihertz-pj
authored andcommitted
😭 Upgrade to TF 2.7.0
1 parent c8f6b38 commit 3f921a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)