Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarandas committed Jul 9, 2024
1 parent a25e02e commit 1af30ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,3 @@ jobs:
$retry_count--
Start-Sleep -Seconds 5
}
6 changes: 3 additions & 3 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ pandas >= 1.5.3
# tsfel/feature_extraction/features_utils.py: 1
PyWavelets >= 1.4.1

# tsfel/datasets/_single_problem_loaders.py: 13
requests >= 2.31.0

# tsfel/feature_extraction/features_utils.py: 1
scikit-learn >= 0.21.3

Expand All @@ -32,6 +35,3 @@ setuptools >= 47.1.1

# tsfel/feature_extraction/features.py: 39
statsmodels >= 0.12.0

# tsfel/datasets/_single_problem_loaders.py: 13
requests >= 2.31.0
2 changes: 1 addition & 1 deletion tsfel/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from tsfel.constants import *
from tsfel.datasets import *
from tsfel.feature_extraction import *
from tsfel.utils import *
from tsfel.datasets import *

0 comments on commit 1af30ae

Please sign in to comment.