pillow
rstfmt==0.0.14
sphinx==5.3.0

# Plugins
sphinx-reredirects>=0.0.1
sphinx-copybutton>=0.4.0
sphinx-sitemap>=2.2.0
sphinx-tabs>=3.0
myst_parser

# Theme
sphinx-book-theme==1.0.0

# forked version of pydata-sphinx-theme
# - pinned to 0.13.1
# - Includes some aria labelling changes to satisfy compliance
# - Includes a backported version-switcher fix from 0.14.0
pydata-sphinx-theme @ git+https://github.com/determined-ai/pydata-sphinx-theme@9993e98e8a3a54ae4ad81903e9f93c68261b5226

# live.py
watchdog

# Uploading to algolia search index
algoliasearch>=2.0,<3.0

# Uploading doc site files to S3
boto3>=1.24.4,<2.0

# build requirements
tensorflow==2.12.0; sys_platform != 'darwin' or platform_machine != 'arm64'
tensorflow-macos==2.11.0; sys_platform == 'darwin' and platform_machine == 'arm64'
# Intel MAC only supports torch <= 2.2.2
torch==2.2.2; sys_platform == 'darwin' and platform_machine == 'x86_64'
torch==2.3.0; sys_platform != 'darwin' or platform_machine != 'x86_64'
torchvision==0.17.2; sys_platform == 'darwin' and platform_machine == 'x86_64'
torchvision==0.18.0; sys_platform != 'darwin' or platform_machine != 'x86_64'
numpy<2
