summaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index f6fb85a..0e9a82b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,6 +5,11 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
+ "gradio>=6.2.0",
+ "onnx>=1.20.0",
+ "onnxruntime>=1.23.2",
+ "onnxscript>=0.5.7",
+ "pynvml>=13.0.1",
"torch>=2.9.1",
"transformers>=4.57.3",
]