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 7d66332 commit be16342Copy full SHA for be16342
1 file changed
pyproject.toml
@@ -31,7 +31,8 @@ dependencies = [
31
"arrow",
32
"click",
33
"fief-client[cli]",
34
- "pandas",
+ "pandas>=2.3.3;python_version>='3.14'",
35
+ "pandas;python_version<'3.14'",
36
"prometheus_client",
37
"psutil >= 6.0.0",
38
"py-cpuinfo",
0 commit comments