Skip to content

Commit e2071e6

Browse files
authored
Strictly pin python-pptx (#366)
1 parent c87a72a commit e2071e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies = [
4141
"django-guardian~=2.4",
4242
"tzlocal~=5.0",
4343
"numpy>=1.23.5,<3",
44-
"python-pptx>=0.6.19,<1",
44+
"python-pptx==0.6.19",
4545
"pandas>=2.0",
4646
"statsmodels>=0.14",
4747
"scipy<=1.15.3", # breaks ADR if not included. Remove when statsmodels is updated

0 commit comments

Comments
 (0)