File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -35,19 +35,18 @@ dependencies = [
35
35
" pytz>=2021.3" ,
36
36
" psutil>=6.0.0" ,
37
37
# 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" ,
47
49
" docutils>=0.21" ,
48
- " psycopg[binary]>=3.2.3" ,
49
- " qtpy>=2.4.3" ,
50
- " lark>=1.2.2,<2" ,
51
50
]
52
51
53
52
[tool .setuptools .packages .find ]
You can’t perform that action at this time.
0 commit comments