diff --git a/setup.cfg b/setup.cfg index a91261b..1170e3c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ profile = black [flake8] max-line-length = 88 -extend-ignore = E203, E741, W503, E731 +extend-ignore = E203, E741, W503, E731, E721 exclude =.git .idea .*_cache dist venv [mypy] diff --git a/setup.py b/setup.py index 12189ca..61afea7 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ "requests>=2.27.1", "rich>=12.5.1", "pandas>=1.3.5", - "python-arango>=7.4.1", + "python-arango>=7.6.0", "torch>=1.12.0", "torch-sparse>=0.6.14", "torch-scatter>=2.0.9",