Skip to content

Commit

Permalink
🙏 update numba
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdd committed Feb 9, 2024
1 parent 1306be8 commit b50454c
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 2 deletions.
68 changes: 67 additions & 1 deletion poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ scipy = [
]
numba = [
{ version = "^0.56.4", python = "<3.8" },
{ version = ">=0.57", python = ">=3.8" }
{ version = ">=0.57", python = ">=3.8,<3.9" },
{ version = ">=0.59", python = ">=3.9" },
]
seglearn = "^1.2.3"
tsfresh = "^0.20.0"
Expand Down

0 comments on commit b50454c

Please sign in to comment.