rocm_jax/docs/requirements.txt
George Necula eae59d0b2c
Moved all notebooks to docs/notebooks. (#1493)
* Moved all notebooks to docs/notebooks.

Now all notebooks are in the same place, thus all are subject
to auto-doc generation at readthedocs.io and to automated testing
with travis.

Some notebooks are too slow, exclude them at docs/conf.py:exclude_patterns.

Cleanup a bit the section headings in notebooks so that they show
up well in readtehdocs.io.

* Increase the cell timeout for executing notebooks
* Exclude also the neural network notebook from auto-generation (timing out)
* Disable the score_matching notebook from auto-doc (travis does not have sklearn)
2019-10-17 08:58:25 +02:00

12 lines
167 B
Plaintext

sphinx
sphinx_rtd_theme
jaxlib
ipykernel
nbsphinx
# The next packages are for notebooks
matplotlib
sklearn
# Must install jax itself for notebook execution to work
.