diff --git a/pyproject.toml b/pyproject.toml index 95fda6b..7fe6be8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,10 +30,7 @@ pymitter = ">=0.4,<1.1" typing-extensions = ">=4.11,<4.15" types-protobuf = "6.30.2.20250516" pympler = "1.1" -numpy = [ - {version = ">=1.26.4", python = "<3.13"}, - {version = ">=2.1.0", python = ">=3.13"} -] +numpy = "2.0.2" [tool.poetry.dev-dependencies] pytest = "~8.4"