diff --git a/pyproject.toml b/pyproject.toml index 467f5a1..447a383 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ ] keywords = ["signal processing", "machine learning"] dependencies = [ - "torch==2.0.1", + "torch>=2.0.0", "torchvision", "torchmetrics[detection]", "tqdm",