Skip to content

Commit 3902ff2

Browse files
authored
pin some deps (#413)
Co-authored-by: viseshrp <[email protected]>
1 parent 6bdd6d5 commit 3902ff2

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

pyproject.toml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,18 @@ dependencies = [
3535
"pytz>=2021.3",
3636
"psutil>=6.0.0",
3737
# core ADR dependencies - necessary for serverless ADR imports from the installation
38-
"django~=4.2",
39-
"djangorestframework~=3.15",
40-
"django-guardian~=2.4",
41-
"tzlocal~=5.0",
42-
"numpy>=1.23.5,<2",
43-
"python-pptx>=1.0.2",
44-
"pandas>=2.0",
45-
"statsmodels>=0.14",
46-
"scipy<=1.15.3", # breaks ADR if not included. Remove when statsmodels is updated
38+
"django>=4.2.19,<5.0",
39+
"django-guardian>=2.4.0,<3.0.0",
40+
"djangorestframework>=3.15.2,<3.16.0",
41+
"tzlocal>=5.3.1,<6.0",
42+
"numpy>=1.26.4,<2.0.0",
43+
"python-pptx>=1.0.2,<2.0.0",
44+
"pandas>=2.2.2,<3.0.0",
45+
"statsmodels>=0.14.2,<0.15.0",
46+
"psycopg[binary]>=3.2.6,<3.3.0",
47+
"qtpy>=2.4.3,<2.5.0",
48+
"lark>=1.2.2,<1.3.0",
4749
"docutils>=0.21",
48-
"psycopg[binary]>=3.2.3",
49-
"qtpy>=2.4.3",
50-
"lark>=1.2.2,<2",
5150
]
5251

5352
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)