We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27b5c36 commit 0c2cafcCopy full SHA for 0c2cafc
pyproject.toml
@@ -40,14 +40,15 @@ dependencies = [
40
"djangorestframework~=3.15",
41
"django-guardian~=2.4",
42
"tzlocal~=5.0",
43
- "numpy>=1.23.5,<3",
+ "numpy>=1.23.5,<2",
44
"python-pptx==0.6.19",
45
"pandas>=2.0",
46
"statsmodels>=0.14",
47
- "scipy<=1.15.3", # breaks ADR if not included. Remove when statsmodels is updated
+ "scipy<=1.15.3", # breaks ADR if not included. Remove when statsmodels is updated
48
"docutils>=0.21",
49
"psycopg[binary]>=3.2.3",
50
- "qtpy>=2.4.3"
+ "qtpy>=2.4.3",
51
+ "lark>=1.2.2,<2",
52
]
53
54
[tool.setuptools.packages.find]
0 commit comments