Skip to content

Commit 87b4b19

Browse files
committed
build: bump ilt-panphon to 0.21.4 which removes setuptools dep
1 parent c97f5f2 commit 87b4b19

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ heroku = [
7474
"readalongs[api]",
7575
# We don't actually use the panphon 0.22 improvements on heroku so stick to
7676
# 0.21 with its lighter weight dependencies
77-
"panphon<0.22",
77+
"ilt-panphon>=0.21.4,<0.22",
7878
]
7979

8080
ci = [

requirements.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# - soundswallower~=0.6.0
1717
# - webvtt-py==0.5.1
1818
# - gunicorn>=23.0.0; platform_system != "Windows"
19-
# - panphon<0.22
19+
# - ilt-panphon<0.22,>=0.21.4
2020
# - uvicorn>=0.30.1
2121
#
2222

@@ -75,7 +75,7 @@ openpyxl==3.1.5
7575
# via g2p
7676
packaging==25.0
7777
# via gunicorn
78-
ilt-panphon==0.21.3
78+
ilt-panphon==0.21.4
7979
# via
8080
# hatch.envs.prod
8181
# g2p
@@ -129,6 +129,3 @@ uvicorn==0.38.0
129129
# via hatch.envs.prod
130130
webvtt-py==0.5.1
131131
# via hatch.envs.prod
132-
133-
# The following packages are considered to be unsafe in a requirements file:
134-
# setuptools

0 commit comments

Comments
 (0)