Skip to content

Commit

Permalink
Downgrade numba version to 0.59.0 (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: Altay Sansal <[email protected]>
  • Loading branch information
tasansal and Altay Sansal authored Mar 26, 2024
1 parent 35f2de1 commit b6c70b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fsspec = ">=2024.2.0"
numpy = "^1.26.4"
pydantic = "^2.6.4"
pydantic-settings = "^2.2.1"
numba = "^0.59.1"
numba = "^0.59.0"
pandas = "^2.2.1"
typer = {version = "^0.10.0", extras = ["all"]}
gcsfs = {version = ">=2024.2.0", optional = true}
Expand Down

0 comments on commit b6c70b9

Please sign in to comment.