Skip to content

Commit 5257618

Browse files
committed
Move networkx and portpicker to extras under "spanner-graph-notebook".
1 parent 10c5d75 commit 5257618

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@
3333
"ipywidgets>=7.7.1",
3434
"ipython>=7.23.1",
3535
"ipykernel>=5.5.6",
36-
"networkx",
3736
"packaging >= 20.0.0",
38-
"pandas>=1.1.0",
39-
"portpicker",
37+
"pandas>=1.1.0",
4038
"pyarrow >= 3.0.0",
4139
"pydata-google-auth >=1.5.0",
4240
"tqdm >= 4.7.4, <5.0.0dev",
@@ -58,7 +56,7 @@
5856
],
5957
"bigframes": ["bigframes >= 1.17.0"],
6058
"geopandas": ["geopandas >= 1.0.1"],
61-
"spanner-graph-notebook": ["spanner-graph-notebook >= 1.1.1"],
59+
"spanner-graph-notebook": ["spanner-graph-notebook >= 1.1.1", "networkx", "portpicker",],
6260
}
6361

6462
all_extras = []

0 commit comments

Comments
 (0)