# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# Python packages for the Docker images, builder and devel
# - requirements are installed across Python versions (3.9-3.14)
# - using the same requirements for Manylinux builders, Ubuntu 22.04 and Ubuntu 24.04
# - Contains build and documentation dependencies for all Docker images

# these requirements are to be installed only for the system python (python3 -m pip install)

# Common dependencies
exhale==0.3.7
sphinx-rtd-theme==3.0.2
sphinxcontrib-jquery==4.1
sphinxcontrib-jsmath==1.0.1
sphinx-tabs==3.4.7
recommonmark==0.7.1
graphviz==0.20.3
setuptools==80.9.0
wheel==0.45.0
build==1.3.0
typing-extensions==4.13.1
patchelf==0.17.2.1
flake8==7.1.0

# Dependencies for Python 3.9 only (legacy support)
sphinx==7.4.7; python_version == '3.9'

# Dependencies for Python 3.9 and greater
sphinxcontrib-applehelp==2.0.0; python_version >= '3.9'
sphinxcontrib-devhelp==2.0.0; python_version >= '3.9'
sphinxcontrib-htmlhelp==2.1.0; python_version >= '3.9'
sphinxcontrib-qthelp==2.0.0; python_version >= '3.9'
sphinxcontrib-serializinghtml==2.0.0; python_version >= '3.9'
breathe==4.36.0; python_version >= '3.9'
auditwheel==6.4.2; python_version >= '3.9'

# Dependencies specifically for Python > 3.9
sphinx==8.1.3; python_version > '3.9'
