diff --git a/pyproject.toml b/pyproject.toml index d8a2a9e..bd05f15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ requires-python = ">=3.9" dependencies = [ "torch >= 1.10.0", "torchmetrics >= 0.6.0", - "numpy >= 1.22.0, <= 2.1.1", + "numpy >= 1.22.0, <= 2.1.2", "tqdm", "beartype", "icontract",