Skip to content

Commit

Permalink
Merge pull request #21 from arangoml/MLP-443
Browse files Browse the repository at this point in the history
MLP-443 | Bump python-arango
  • Loading branch information
cw00dw0rd committed Aug 8, 2023
2 parents 0f14366 + 3af4df5 commit 3a11297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3a11297

Please sign in to comment.