Skip to content

Commit 0c2cafc

Browse files
authored
downgrade numpy, add lark (#386)
Co-authored-by: viseshrp <11642379+viseshrp@users.noreply.github.com>
1 parent 27b5c36 commit 0c2cafc

File tree

2 files changed

+386
-459
lines changed

2 files changed

+386
-459
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,15 @@ dependencies = [
4040
"djangorestframework~=3.15",
4141
"django-guardian~=2.4",
4242
"tzlocal~=5.0",
43-
"numpy>=1.23.5,<3",
43+
"numpy>=1.23.5,<2",
4444
"python-pptx==0.6.19",
4545
"pandas>=2.0",
4646
"statsmodels>=0.14",
47-
"scipy<=1.15.3", # breaks ADR if not included. Remove when statsmodels is updated
47+
"scipy<=1.15.3", # breaks ADR if not included. Remove when statsmodels is updated
4848
"docutils>=0.21",
4949
"psycopg[binary]>=3.2.3",
50-
"qtpy>=2.4.3"
50+
"qtpy>=2.4.3",
51+
"lark>=1.2.2,<2",
5152
]
5253

5354
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)