File size: 710 Bytes
f61bac1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | # Pinned dependencies for the Bazel Python toolchain (Python 3.13).
# Compiled into bazel/requirements_lock_3_13.txt via
# bazel run //bazel:requirements.update
numpy==2.5.2
scipy==1.18.0
pandas==3.0.5
tclint==0.7.0
yamlfix==1.19.1
# Sphinx documentation build (replicates ReadTheDocs CI check)
# See: https://github.com/The-OpenROAD-Project/OpenROAD/issues/9885
sphinx==5.3.0
sphinx-book-theme==1.1.3
sphinx-copybutton==0.5.2
sphinx-external-toc==0.3.1
sphinx-tabs==3.4.7
sphinxcontrib-mermaid==2.0.1
myst-parser==1.0.0
sphinx-llm==0.4.1
# imghdr was removed from the Python 3.13 stdlib; sphinx.builders.epub3 still
# imports it. The standard-imghdr backport restores the module.
standard-imghdr==3.13.0
|