Skip to content

Commit 0c51951

Browse files
committed
bump up the versions
1 parent 3925a50 commit 0c51951

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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
@@ -27,6 +27,7 @@ jobs:
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]"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99

1010
[project]
1111
name = "subaligner"
12-
version = "0.3.10"
12+
version = "0.3.11"
1313
authors = [
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",

0 commit comments

Comments
 (0)