From c5ca6b88d036cce38420b0344ff0f1bc2b8c8d77 Mon Sep 17 00:00:00 2001 From: alexermolin Date: Thu, 17 Aug 2023 02:24:11 +0300 Subject: [PATCH] Update neo4j dependency --- poetry.lock | 18 +++++++++++------- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index a60498be..31e2a133 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. [[package]] name = "adal" @@ -976,18 +976,22 @@ files = [ [[package]] name = "neo4j" -version = "4.4.7" +version = "5.11.0" description = "Neo4j Bolt driver for Python" category = "main" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "neo4j-4.4.7.tar.gz", hash = "sha256:4a7ec29156e7c55247eb146d7dd831833a63fb0842cfe4e04b31d482f5a9631b"}, + {file = "neo4j-5.11.0.tar.gz", hash = "sha256:81d425ef9a53279c6909ec8d33e7dc913acc840292f0f3a047f3c3c5b74bccb5"}, ] [package.dependencies] pytz = "*" +[package.extras] +numpy = ["numpy (>=1.7.0,<2.0.0)"] +pandas = ["numpy (>=1.7.0,<2.0.0)", "pandas (>=1.1.0,<3.0.0)"] + [[package]] name = "networkx" version = "2.6.3" @@ -2025,12 +2029,12 @@ idna = ">=2.0" multidict = ">=4.0" [extras] -all = ["pyarrow", "torch", "dgl"] +all = ["dgl", "pyarrow", "torch"] arrow = ["pyarrow"] -dgl = ["torch", "dgl"] +dgl = ["dgl", "torch"] torch-pyg = ["torch"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "8a9ee84456c0584f19fee82239169cfa4abb9f7b8d3c20b2de78d8f89751b712" +content-hash = "89859ccefdc22c7f568fbf7b820df2a2e8ec2f7095592c31dd0031c6fc516b64" diff --git a/pyproject.toml b/pyproject.toml index 3dc6a1be..bb33cdee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ pydantic = "^1.8.2" psutil = "^5.9.0" dacite = "^1.6.0" adlfs = "^2022.2.0" -neo4j = "^4.4.3" +neo4j = ">=4.4.3" numpy = "^1.24.1" docker = "^5.0.3"