Skip to content

Commit

Permalink
Merge pull request #277 from erfanloghmani/master
Browse files Browse the repository at this point in the history
Remove pandas requirement
  • Loading branch information
SherylHYX authored Oct 14, 2024
2 parents 6c98fb3 + 9f97bd2 commit 97a6f00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"decorator==4.4.2",
"torch",
"cython",
"pandas<=1.3.5",
"torch_sparse",
"torch_scatter",
"torch_geometric",
Expand Down Expand Up @@ -49,7 +48,7 @@
install_requires=install_requires,
extras_require={
"test": tests_require,
},
},
python_requires=">=3.6",
classifiers=[
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit 97a6f00

Please sign in to comment.