We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a2b9b4 commit 972f105Copy full SHA for 972f105
pyproject.toml
@@ -44,9 +44,9 @@ dependencies = [
44
"deepecho>=0.7.0;python_version<'3.14'",
45
"deepecho>=0.8.0;python_version>='3.14'",
46
"rdt>=1.18.2;python_version<'3.14'",
47
- "rdt>=1.19.0;python_version>='3.14'",
+ "rdt>=1.20.0;python_version>='3.14'",
48
"sdmetrics>=0.21.0;python_version<'3.14'",
49
- "sdmetrics>=0.22.0;python_version<'3.14'",
+ "sdmetrics>=0.25.0;python_versionn>='3.14'"
50
'platformdirs>=4.0',
51
'pyyaml>=6.0.1',
52
]
0 commit comments