We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e749d23 commit b333851Copy full SHA for b333851
1 file changed
pyproject.toml
@@ -34,7 +34,8 @@ dependencies = [
34
"numpy >=1.13.3",
35
"typing-extensions;python_version<'3.8'",
36
"dataclasses;python_version<'3.7'",
37
- "pydantic >=2.11.0b1",
+ "pydantic >=2.11.0b1;python_version>'3.12'",
38
+ "pydantic >=2;python_version<'3.13'",
39
"rich",
40
"packaging",
41
]
0 commit comments