Skip to content

Commit d80461d

Browse files
committed
Add pydantic as a dependency
1 parent 4502aef commit d80461d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
license = { text = "BSD-3-Clause" }
1010
authors = [{ name = "Stan Dev Team" }]
1111
requires-python = ">=3.10"
12-
dependencies = ["pandas", "numpy>=1.21", "tqdm", "stanio>=0.4.0,<2.0.0"]
12+
dependencies = ["pandas", "numpy>=1.21", "tqdm", "stanio>=0.4.0,<2.0.0", "pydantic"]
1313
dynamic = ["version"]
1414
classifiers = [
1515
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)