File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 strategy :
1515 matrix :
16- python-version : [3.10]
16+ python-version : [" 3.10" ]
1717
1818 steps :
1919 - uses : actions/checkout@v4
2727 sudo apt-get -y install ffmpeg
2828 sudo apt-get -y install espeak libespeak1 libespeak-dev espeak-data
2929 sudo apt-get -y install libsndfile-dev
30+ sudo apt-get -y install build-essential python3-dev
3031 python -m pip install --upgrade pip
3132 pip install -e .
3233 pip install -e ".[stretch]"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99
1010[project ]
1111name = " subaligner"
12- version = " 0.3.10 "
12+ version = " 0.3.11 "
1313authors = [
1414 { name = " Xi Bai" , email = " xi.bai.ed@gmail.com" }
1515]
@@ -55,7 +55,7 @@ dependencies = [
5555 " Markdown==2.6.11" ,
5656 " mccabe==0.6.1" ,
5757 " networkx>=2.5.1" ,
58- " numba>=0.50.0" ,
58+ " numba>=0.50.0,<0.62.0 " ,
5959 " numpy<1.27.0" ,
6060 " oauthlib==3.1.0" ,
6161 " pbr==4.0.2" ,
You can’t perform that action at this time.
0 commit comments