From c92df6003d2cb204eaded4874f38835f836efdf3 Mon Sep 17 00:00:00 2001 From: jonasvdd Date: Tue, 14 May 2024 15:44:11 +0200 Subject: [PATCH] :muscle: updating tsfel --- poetry.lock | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index e07a545..a26fcd1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.0 and should not be changed by hand. [[package]] name = "aiofiles" @@ -2255,6 +2255,7 @@ optional = false python-versions = ">=3.9" files = [ {file = "pandas-2.2.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:90c6fca2acf139569e74e8781709dccb6fe25940488755716d1d354d6bc58bce"}, + {file = "pandas-2.2.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:c7adfc142dac335d8c1e0dcbd37eb8617eac386596eb9e1a1b77791cf2498238"}, {file = "pandas-2.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4abfe0be0d7221be4f12552995e58723c7422c80a659da13ca382697de830c08"}, {file = "pandas-2.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8635c16bf3d99040fdf3ca3db669a7250ddf49c55dc4aa8fe0ae0fa8d6dcc1f0"}, {file = "pandas-2.2.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:40ae1dffb3967a52203105a077415a86044a2bea011b5f321c6aa64b379a3f51"}, @@ -2275,6 +2276,7 @@ files = [ {file = "pandas-2.2.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:43498c0bdb43d55cb162cdc8c06fac328ccb5d2eabe3cadeb3529ae6f0517c32"}, {file = "pandas-2.2.2-cp312-cp312-win_amd64.whl", hash = "sha256:d187d355ecec3629624fccb01d104da7d7f391db0311145817525281e2804d23"}, {file = "pandas-2.2.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:0ca6377b8fca51815f382bd0b697a0814c8bda55115678cbc94c30aacbb6eff2"}, + {file = "pandas-2.2.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:9057e6aa78a584bc93a13f0a9bf7e753a5e9770a30b4d758b8d5f2a62a9433cd"}, {file = "pandas-2.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:001910ad31abc7bf06f49dcc903755d2f7f3a9186c0c040b827e522e9cef0863"}, {file = "pandas-2.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:66b479b0bd07204e37583c191535505410daa8df638fd8e75ae1b383851fe921"}, {file = "pandas-2.2.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:a77e9d1c386196879aa5eb712e77461aaee433e54c68cf253053a73b7e49c33a"}, @@ -3903,6 +3905,29 @@ scipy = ">=1.5.1" setuptools = ">=47.1.1" Sphinx = ">=1.8.5" +[[package]] +name = "tsfel" +version = "0.1.7" +description = "Library for time series feature extraction" +optional = false +python-versions = "*" +files = [ + {file = "tsfel-0.1.7-py3-none-any.whl", hash = "sha256:02c6126e85664e9f854c22750bd5970c8ca50cd44951c4873d177db568fb786d"}, + {file = "tsfel-0.1.7.tar.gz", hash = "sha256:6d1c00934f76adee8c15f7fb0ffd707b1212b71486a2e1e4edf8ada7c123bd9f"}, +] + +[package.dependencies] +ipython = ">=7.4.0" +numpy = ">=1.18.5" +pandas = ">=1.5.3" +scikit-learn = ">=0.21.3" +scipy = ">=1.7.3" +setuptools = ">=47.1.1" +statsmodels = ">=0.12.0" + +[package.extras] +docs = ["Sphinx (>=7.2.6)", "sphinx-rtd-theme (>=1.3.0)"] + [[package]] name = "tsfresh" version = "0.20.2"