Skip to content

Commit 6e259f0

Browse files
authored
pin numba to earlierst version supporting python 3.10 (#883)
1 parent 38e73ba commit 6e259f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"geopandas>=0.14",
3131
"multiscale_spatial_image>=2.0.2",
3232
"networkx",
33-
"numba",
33+
"numba>=0.55.0",
3434
"numpy",
3535
"ome_zarr>=0.8.4",
3636
"pandas",

0 commit comments

Comments
 (0)