We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4502aef commit d80461dCopy full SHA for d80461d
pyproject.toml
@@ -9,7 +9,7 @@ readme = "README.md"
9
license = { text = "BSD-3-Clause" }
10
authors = [{ name = "Stan Dev Team" }]
11
requires-python = ">=3.10"
12
-dependencies = ["pandas", "numpy>=1.21", "tqdm", "stanio>=0.4.0,<2.0.0"]
+dependencies = ["pandas", "numpy>=1.21", "tqdm", "stanio>=0.4.0,<2.0.0", "pydantic"]
13
dynamic = ["version"]
14
classifiers = [
15
"Programming Language :: Python :: 3",
0 commit comments