Skip to content

Commit abab314

Browse files
committed
add dependencies back into pyproject.toml
1 parent f87094a commit abab314

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

pyproject.toml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff 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]
103117
extend-select = [
104-
"I", # isort
118+
"I", # isort
105119
]

0 commit comments

Comments
 (0)