Skip to content

Commit 533c899

Browse files
committed
Update route distances requirement
1 parent 543ee45 commit 533c899

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tables = "^3.6.1"
4040
tensorflow = "^2.1.0"
4141
tensorflow-serving-api = "^2.1.0"
4242
tqdm = "^4.42.1"
43-
route_distances = { url = "https://github.com/MolecularAI/route-distances/archive/refs/tags/v0.2.1.tar.gz" }
43+
route_distances = { url = "https://github.com/MolecularAI/route-distances/archive/refs/tags/v0.2.2.tar.gz" }
4444

4545
[tool.poetry.dev-dependencies]
4646
black = "^20.8b1"
@@ -70,4 +70,4 @@ smiles2stock = "aizynthfinder.tools.make_stock:main"
7070

7171
[build-system]
7272
requires = ["poetry_core>=1.0.0"]
73-
build-backend = "poetry.core.masonry.api"
73+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)