Skip to content

Commit

Permalink
Remove pandas from l2gv2 toplevel #28
Browse files Browse the repository at this point in the history
Still required by local2global_embedding
  • Loading branch information
abhidg committed Nov 21, 2024
1 parent 9065c1b commit 64b0c86
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"torch",
"numba",
"numpy",
"pandas",
"sklearn",
"scipy",
"community",
Expand Down
1 change: 0 additions & 1 deletion notebooks/nas.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"import numpy.random as rnd\n",
"import numpy.linalg as la\n",
"import polars as pl\n",
"import pandas as pd\n",
"import datetime as dt\n",
"import os\n",
"from pathlib import Path\n",
Expand Down
3 changes: 1 addition & 2 deletions notebooks/summary.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"import numpy.random as rnd\n",
"import numpy.linalg as la\n",
"import polars as pl\n",
"import pandas as pd\n",
"import datetime as dt\n",
"import os\n",
"import matplotlib.pyplot as plt\n",
Expand Down Expand Up @@ -127,7 +126,7 @@
"\n",
"There are different ways of representing graphs:\n",
"\n",
"* List of edges (either as numpy array or part of polars / pandas dataframe)\n",
"* List of edges (either as numpy array or part of polars dataframe)\n",
"* [PyTorch Geometric](https://pytorch-geometric.readthedocs.io/en/latest/) [Data](https://pytorch-geometric.readthedocs.io/en/latest/get_started/introduction.html#data-handling-of-graphs) object\n",
"* [Raphtory](https://www.raphtory.com/) Graph object\n",
"* [NetworkX](https://networkx.org/) Graph object\n",
Expand Down
1 change: 0 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ networkx==3.4.2
nfts==0.0.2
numba==0.60.0
packaging==24.1
pandas==2.2.3
param==2.1.1
parsimonious==0.10.0
parso==0.8.4
Expand Down

0 comments on commit 64b0c86

Please sign in to comment.