-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
absl-py | ||
ipython>=8.8.0 # 8.7.0 has ipython3 lexer error | ||
sphinx>=6.0.0 | ||
sphinx-autodoc-typehints | ||
sphinx-book-theme>=1.0.1 # Older versions fail to pin pydata-sphinx-theme | ||
sphinx-copybutton>=0.5.0 | ||
sphinx-remove-toctrees | ||
jupyter-sphinx>=0.3.2 | ||
sphinx-design | ||
myst-nb>=1.0.0 | ||
|
||
# Packages used for CI tests. | ||
pytest | ||
pytest-xdist | ||
|
||
# Packages used for notebook execution | ||
matplotlib | ||
scikit-learn | ||
numpy | ||
.[ci] # Install jax from the current directory; jaxlib from pypi. |