From 717baa6b12e09b5103c05737c11b2f56dcf651ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B0=D0=B2=D0=B5=D0=BB=20=D0=96=D1=83=D0=BA=D0=BE?= =?UTF-8?q?=D0=B2?= <33721692+LeaveMyYard@users.noreply.github.com> Date: Thu, 11 May 2023 16:30:42 +0300 Subject: Replace decimals on numpy arrays, keep timestapms --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 4e1b109..f3bea42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,9 @@ line_length = 120 multi_line_output = 3 include_trailing_comma = true +[tool.mypy] +plugins = "numpy.typing.mypy_plugin" + [tool.poetry.scripts] krr = "robusta_krr.main:run" @@ -25,6 +28,8 @@ typer = {extras = ["all"], version = "^0.7.0"} pydantic = "1.10.7" kubernetes = "^26.1.0" prometheus-api-client = "^0.5.3" +numpy = "^1.24.2" + [tool.poetry.group.dev.dependencies] mypy = "^1.0.1" -- cgit v1.2.3