diff --git a/pyproject.toml b/pyproject.toml index c04d2cc7..f7617fbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ authors = [ requires-python = ">=3.9" license = { file = "LICENSE" } dependencies = [ - "numpy<2.0", + "numpy<3.0", "torch>=2.4,<=2.6.0.dev20241009", "cached-path", "requests",