File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -1273,10 +1273,6 @@ def remap_bucket(bucket, search):
12731273 except ValueError :
12741274 pass
12751275
1276- # datashader has issue in 0.15.0 with categories that have only one class
1277- # https://github.com/holoviz/datashader/issues/1230
1278- if len (categories ) == 1 :
1279- categories .append ('' )
12801276 cat_dtype = pd .api .types .CategoricalDtype (categories = categories , ordered = True )
12811277 df ["t" ] = df ["t" ].astype (cat_dtype )
12821278
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ elastic_datashader = "elastic_datashader.cli:main"
2323python = " >=3.10,<4"
2424elasticsearch = " 7.17.4"
2525elasticsearch-dsl = " 7.4.0"
26- datashader = " 0.15.0 "
26+ datashader = " 0.15.2 "
2727pandas = " ^1.5.3"
2828colorcet = " ^3.0.1"
2929mercantile = " 1.2.1"
You can’t perform that action at this time.
0 commit comments