Skip to content

Commit

Permalink
Try removing networkx dependency from docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed May 16, 2024
1 parent 175e1d0 commit 908bdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ docs = [
# for notebooks in the gallery
"MEArec", # Use as an example
"datalad==0.16.2", # Download mearec data, not sure if needed as is installed with conda as well because of git-annex
"networkx",
"pandas", # in the modules gallery comparison tutorial
"hdbscan>=0.8.33", # For sorters spykingcircus2 + tridesclous
"numba", # For many postprocessing functions
Expand Down Expand Up @@ -209,4 +208,5 @@ markers = [
filterwarnings =[
'ignore:.*distutils Version classes are deprecated.*:DeprecationWarning',
'ignore:.*the imp module is deprecated in favour of importlib.*:DeprecationWarning',
B
]

0 comments on commit 908bdd8

Please sign in to comment.