File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,21 @@ requires-python = ">=3.8"
26
26
#
27
27
# For an analysis of this field vs pip's requirements files see:
28
28
# https://packaging.python.org/discussions/install-requires-vs-requirements/
29
- dependencies = []
29
+ dependencies = [
30
+ " arviz>=0.14.0" ,
31
+ " graphviz" ,
32
+ " ipython!=8.7.0" ,
33
+ " matplotlib>=3.5.3" ,
34
+ " numpy<1.26.0" ,
35
+ " pandas" ,
36
+ " patsy" ,
37
+ " pymc>=5.14.0" ,
38
+ " scikit-learn>=1" ,
39
+ " scipy" ,
40
+ " seaborn>=0.11.2" ,
41
+ " statsmodels" ,
42
+ " xarray>=v2022.11.0" ,
43
+ ]
30
44
31
45
# List additional groups of dependencies here (e.g. development dependencies). Users
32
46
# will be able to install these using the "extras" syntax, for example:
@@ -101,5 +115,5 @@ badge-format = "svg"
101
115
102
116
[tool .ruff .lint ]
103
117
extend-select = [
104
- " I" , # isort
118
+ " I" , # isort
105
119
]
You can’t perform that action at this time.
0 commit comments