From f82da3959044270a613c0a1cbc8c5290bdf8c0d7 Mon Sep 17 00:00:00 2001 From: baggiponte <57922983+baggiponte@users.noreply.github.com> Date: Sun, 7 Jan 2024 20:25:39 +0100 Subject: [PATCH] build: remove bottleneck --- functime/feature_extractors.py | 1 - pyproject.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/functime/feature_extractors.py b/functime/feature_extractors.py index 8e5b1c3e..6465d72c 100644 --- a/functime/feature_extractors.py +++ b/functime/feature_extractors.py @@ -2,7 +2,6 @@ import math from typing import List, Mapping, Optional, Sequence, Union -# import bottleneck as bn import numpy as np import polars as pl from polars.type_aliases import ClosedInterval diff --git a/pyproject.toml b/pyproject.toml index e48577e0..1ff976e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,6 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", ] dependencies = [ - "bottleneck", "dask", "flaml<3,>=2.0.2", "holidays",