Skip to content

Commit

Permalink
Update route distances requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
SGenheden committed Dec 21, 2021
1 parent 543ee45 commit 533c899
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ tables = "^3.6.1"
tensorflow = "^2.1.0"
tensorflow-serving-api = "^2.1.0"
tqdm = "^4.42.1"
route_distances = { url = "https://github.com/MolecularAI/route-distances/archive/refs/tags/v0.2.1.tar.gz" }
route_distances = { url = "https://github.com/MolecularAI/route-distances/archive/refs/tags/v0.2.2.tar.gz" }

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

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

0 comments on commit 533c899

Please sign in to comment.