From 97eaf8e844560df989be415a991cc95e11c93be3 Mon Sep 17 00:00:00 2001 From: Bert Palm <bert.palm@ufz.de> Date: Tue, 27 Jun 2023 14:57:18 +0200 Subject: [PATCH] rm old numba --- saqc/funcs/changepoints.py | 1 - 1 file changed, 1 deletion(-) diff --git a/saqc/funcs/changepoints.py b/saqc/funcs/changepoints.py index b679308f5..780dfd35a 100644 --- a/saqc/funcs/changepoints.py +++ b/saqc/funcs/changepoints.py @@ -10,7 +10,6 @@ from __future__ import annotations import typing from typing import TYPE_CHECKING, Callable, Tuple -import numba import numpy as np import pandas as pd -- GitLab