We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9edbf7f commit e0d5097Copy full SHA for e0d5097
pyproject.toml
@@ -21,12 +21,12 @@ elastic_datashader = "elastic_datashader.cli:main"
21
22
[tool.poetry.dependencies]
23
python = ">=3.8,<4"
24
-elasticsearch = ">=7.16"
25
-elasticsearch-dsl = ">=7.4"
26
-datashader = ">=0.11.0"
+elasticsearch = "7.17.4"
+elasticsearch-dsl = "7.4.0"
+datashader = "0.14.2"
27
pandas = "*"
28
colorcet = "*"
29
-mercantile = ">=1.2"
+mercantile = "1.2.1"
30
pypng = "*"
31
Pillow = "*"
32
pynumeral = "*"
@@ -38,7 +38,7 @@ PyYAML = "*"
38
humanize = "*"
39
uvicorn = {extras = ["standard"], version = "^0.18.2", optional = true}
40
fastapi = "^0.73.0"
41
-georgio = "^2022.225.1340"
+georgio = "2022.225.1340"
42
43
[tool.poetry.dev-dependencies]
44
pytest = "*"
0 commit comments