Skip to content

Commit

Permalink
build: remove bottleneck (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
baggiponte authored Jan 17, 2024
1 parent de448b7 commit d1893f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion functime/feature_extractors.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = [
"bottleneck",
"dask",
"flaml<3,>=2.0.2",
"holidays",
Expand Down

0 comments on commit d1893f7

Please sign in to comment.