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.
2 parents aba1992 + b30410c commit 35076a8Copy full SHA for 35076a8
pyproject.toml
@@ -36,19 +36,19 @@ dynamic = [
36
"version",
37
]
38
dependencies = [
39
- "beartype",
40
- "flask",
41
- "numpy",
42
- "pillow",
43
- "piq",
+ "beartype>=0.19.0",
+ "flask>=3.0.3",
+ "numpy>=1.26.4",
+ "pillow>=11.0.0",
+ "piq>=0.8.0",
44
"pydantic-settings>=2.6.1",
45
- "requests",
46
- "responses",
47
- "torch",
48
- "torchmetrics",
+ "requests>=2.32.3",
+ "responses>=0.25.3",
+ "torch>=2.5.1",
+ "torchmetrics>=1.5.1",
49
"tzdata; sys_platform=='win32'",
50
- "vws-auth-tools",
51
- "werkzeug",
+ "vws-auth-tools>=2024.7.12",
+ "werkzeug>=3.1.2",
52
53
optional-dependencies.dev = [
54
"actionlint-py==1.7.4.20",
0 commit comments