Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Oct 19, 2023
1 parent d2390ad commit de5267e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
keywords=["arangodb", "pyg", "pytorch", "pytorch geometric", "adapter"],
packages=["adbpyg_adapter"],
include_package_data=True,
python_requires=">=3.7",
python_requires=">=3.8",
license="Apache Software License",
install_requires=[
"requests>=2.27.1",
"rich>=12.5.1",
"pandas>=1.3.5",
"python-arango==7.6.0",
"python-arango~=7.6",
"torch>=1.12.0",
"torch-sparse>=0.6.14",
"torch-scatter>=2.0.9",
Expand All @@ -46,7 +46,6 @@
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit de5267e

Please sign in to comment.