Skip to content

Commit 6a0374a

Browse files
authored
Upgrade python-pptx (#402)
Co-authored-by: viseshrp <[email protected]>
1 parent d388fd4 commit 6a0374a

File tree

2 files changed

+20
-16
lines changed

2 files changed

+20
-16
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ dependencies = [
3535
"python-dateutil>=2.8.0",
3636
"pytz>=2021.3",
3737
"psutil>=6.0.0",
38-
# core ADR dependencies
38+
# core ADR dependencies - necessary for serverless ADR imports from the installation
3939
"django~=4.2",
4040
"djangorestframework~=3.15",
4141
"django-guardian~=2.4",
4242
"tzlocal~=5.0",
4343
'numpy>=1.23.5,<2; python_version < "3.13"',
4444
'numpy>=2.1; python_version >= "3.13"',
45-
"python-pptx==0.6.19",
45+
"python-pptx>=1.0.2",
4646
"pandas>=2.0",
4747
"statsmodels>=0.14",
4848
"scipy<=1.15.3", # breaks ADR if not included. Remove when statsmodels is updated

uv.lock

Lines changed: 18 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)