Skip to content

Commit

Permalink
🙏 set statsmodels dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdd committed Feb 9, 2024
1 parent b50454c commit 143d67d
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 6 deletions.
62 changes: 56 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ numba = [
]
seglearn = "^1.2.3"
tsfresh = "^0.20.0"
# necessary to support Python 3.12
statsmodels = [
{ version = ">=0.13", python = "<3.8" },
{ version = ">=0.14", python = ">=3.8" },
]
tsfel = "^0.1.4"
# necessary to pin this version as tsfel for Python 3.7 does not pin gspread properly
gspread = [
Expand Down

0 comments on commit 143d67d

Please sign in to comment.