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"
2626#
2727# For an analysis of this field vs pip's requirements files see:
2828# 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+ ]
3044
3145# List additional groups of dependencies here (e.g. development dependencies). Users
3246# will be able to install these using the "extras" syntax, for example:
@@ -101,5 +115,5 @@ badge-format = "svg"
101115
102116[tool .ruff .lint ]
103117extend-select = [
104- " I" , # isort
118+ " I" , # isort
105119]
You can’t perform that action at this time.
0 commit comments