Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ This new release adds support for sparse cost matrices and a new lazy EMD solver
- Fix code coverage (PR #791)
- Fix test of the version of jax in `ot.backend` (PR #794)
- Reverting the openmp fix on macOS (PR #789) for macOS (PR #797)
- Align documentation build dependencies and doc extras (PR #801)


## 0.9.6.post1
Expand Down
10 changes: 6 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
sphinx_gallery
sphinx_rtd_theme
sphinx
sphinx-rtd-theme
sphinx-gallery
sphinxcontrib-jquery
numpydoc
memory_profiler
myst-parser
pillow
networkx
myst-parser
memory_profiler
11 changes: 11 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,17 @@
"dr": ["scikit-learn", "pymanopt", "autograd"],
"gnn": ["torch", "torch_geometric"],
"plot": ["matplotlib"],
"doc": [
"sphinx",
"sphinx-rtd-theme",
"sphinx-gallery",
"sphinxcontrib-jquery",
"numpydoc",
"myst-parser",
"pillow",
"networkx",
"memory_profiler",
],
"all": [
"jax",
"jaxlib",
Expand Down
Loading