Skip to content

Commit

Permalink
⬇️ downgrade Numba dependency to 0.59.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clorton committed Nov 19, 2024
1 parent 480ec17 commit 59a3a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ classifiers = [
dependencies = [
"click", # ==8.1.7",
"numpy>=1.26.4,<2.0.0",
"numba>=0.59.1",
"numba~=0.59.1",
"polars", # ==0.19.19",
"tqdm", # ==4.66.1",
"matplotlib",
Expand Down

0 comments on commit 59a3a34

Please sign in to comment.