Skip to content

Commit d14a170

Browse files
authored
Update numba dependency version (#363)
Experimental version of numba ("^0.59.0rc1") has been updated to a stable version ("^0.59.0").
1 parent efbad66 commit d14a170

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ zarr = "^2.16.1"
3030
dask = ">=2023.10.0"
3131
tqdm = "^4.66.1"
3232
segyio = "^1.9.3"
33-
numba = "^0.59.0rc1"
33+
numba = "^0.59.0"
3434
psutil = "^5.9.5"
3535
fsspec = ">=2023.9.1"
3636
urllib3 = "^1.26.18" # Workaround for poetry-plugin-export/issues/183

0 commit comments

Comments
 (0)