diff --git a/pyproject.toml b/pyproject.toml index 27d25111..77e9c4b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "biomedicus_client>=3.3.0", # We get mtap, tqdm, and importlib_resources transitively from the client "numpy==1.26.2", "regex==2023.10.3", - "torch==2.1.0", + "torch==2.1.1", "requests==2.31.0", "watchdog==3.0.0", ]