# Pinned oldest supported versions of dependencies.
# Used in GitHub Actions for testing compatibility.
# Must be manually updated to align with `pyproject.toml`.
awkward==2.9.0
typing_extensions==4.1.0; python_version < '3.11'
pandas==2.3.0; python_version < '3.14'
pandas==2.3.3; python_version >= '3.14'
pyarrow==22.0.0

# In the future, `pip` may install minimum versions from
# `pyproject.toml` directly: https://github.com/pypa/pip/issues/8085
