diff --git a/setup.py b/setup.py index 3c20c162..6386a7ba 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ # Define version constraints TORCH_MIN_VER = '1.6.0' -TORCH_MAX_VER = '2.8.0' # Updated to support newer PyTorch versions +TORCH_MAX_VER = '2.10.0' # Updated to support newer PyTorch versions CYTHON_MIN_VER = '0.29.37' IGNORE_TORCH_VER = os.getenv('IGNORE_TORCH_VER') is not None