Skip to content

Commit c4ae31a

Browse files
Upped version of georgio and pinned version of numba.
1 parent 3c6449e commit c4ae31a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

elastic_datashader/tilegen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def all_ellipse_fields_have_values(locs, majors, minors, angles, field_names: El
118118

119119
def normalize_ellipses_to_list(locs, majors, minors, angles):
120120
'''
121-
If its a list determine if there are multiple ellipses or just a single ellipse in list format
121+
If it's a list determine if there are multiple ellipses or just a single ellipse in list format
122122
'''
123123
if isinstance(locs, (AttrList, list)):
124124
if (

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ Pillow = "*"
3232
pynumeral = "*"
3333
arrow = "*"
3434
python-datemath = "*"
35-
numba = "*"
35+
numba = "0.56.4"
3636
numpy = "^1.23"
3737
PyYAML = "*"
3838
humanize = "*"
3939
uvicorn = {extras = ["standard"], version = "^0.18.2", optional = true}
4040
fastapi = "^0.86"
41-
georgio = "2022.313.1239"
41+
georgio = "2022.335.152"
4242

4343
[tool.poetry.dev-dependencies]
4444
pytest = "*"

0 commit comments

Comments
 (0)