Skip to content

Commit

Permalink
Merge pull request #2861 from JoeZiminski/unpin_sphinx
Browse files Browse the repository at this point in the history
Unpin sphinx and add networkx dependency.
  • Loading branch information
samuelgarcia authored May 21, 2024
2 parents 89968ca + 8b3be40 commit 70ebe17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ test = [
]

docs = [
"Sphinx==5.1.1",
"sphinx_rtd_theme==1.0.0",
"Sphinx",
"sphinx_rtd_theme",
"sphinx-gallery",
"sphinx-design",
"numpydoc",
Expand All @@ -173,6 +173,7 @@ docs = [
"hdbscan>=0.8.33", # For sorters spykingcircus2 + tridesclous
"numba", # For many postprocessing functions
"xarray", # For use of SortingAnalyzer zarr format
"networkx",
# for release we need pypi, so this needs to be commented
"probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git", # We always build from the latest version
"neo @ git+https://github.com/NeuralEnsemble/python-neo.git", # We always build from the latest version
Expand Down

0 comments on commit 70ebe17

Please sign in to comment.