diff --git a/pyproject.toml b/pyproject.toml index a517a82..284d221 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,12 +20,12 @@ license = { text = "BSD-2-Clause" } authors = [{ name = "Ribose Inc.", email = "open.source@ribose.com" }] dependencies = [ - "torch>=2.4,<3", + "torch>=2.6,<3", "numpy>=1.26,<3", "omegaconf>=2.3,<3", - "onnx>=1.17", + "onnx>=1.22", "onnxruntime>=1.20", - "tqdm>=4.66", + "tqdm>=4.66.3", "pyyaml>=6.0", ]