Skip to content

Commit e0d5097

Browse files
Pegging versions of some dependencies.
1 parent 9edbf7f commit e0d5097

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ elastic_datashader = "elastic_datashader.cli:main"
2121

2222
[tool.poetry.dependencies]
2323
python = ">=3.8,<4"
24-
elasticsearch = ">=7.16"
25-
elasticsearch-dsl = ">=7.4"
26-
datashader = ">=0.11.0"
24+
elasticsearch = "7.17.4"
25+
elasticsearch-dsl = "7.4.0"
26+
datashader = "0.14.2"
2727
pandas = "*"
2828
colorcet = "*"
29-
mercantile = ">=1.2"
29+
mercantile = "1.2.1"
3030
pypng = "*"
3131
Pillow = "*"
3232
pynumeral = "*"
@@ -38,7 +38,7 @@ PyYAML = "*"
3838
humanize = "*"
3939
uvicorn = {extras = ["standard"], version = "^0.18.2", optional = true}
4040
fastapi = "^0.73.0"
41-
georgio = "^2022.225.1340"
41+
georgio = "2022.225.1340"
4242

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

0 commit comments

Comments
 (0)