# This file was autogenerated by uv via the following command:
#    uv pip compile --extra=zzz-test-defaults --extra=zzz-test-optuna --prerelease=disallow --output-file=requirements/optuna.txt --python-version=3.10 pyproject.toml
alembic==1.13.1
    # via optuna
attrs==23.2.0
    # via hypothesis
colorlog==6.8.2
    # via optuna
coverage==7.5.0
    # via
    #   coverage-conditional-plugin
    #   pytest-cov
coverage-conditional-plugin==0.9.0
exceptiongroup==1.2.1
    # via
    #   hypothesis
    #   pytest
hypothesis==6.100.2
iniconfig==2.0.0
    # via pytest
mako==1.3.3
    # via alembic
markupsafe==2.1.5
    # via mako
numpy==1.26.4
    # via optuna
optuna==3.6.1
packaging==24.0
    # via
    #   coverage-conditional-plugin
    #   optuna
    #   pytest
    #   pytest-rerunfailures
pluggy==1.5.0
    # via pytest
pytest==8.2.0
    # via
    #   pytest-cov
    #   pytest-randomly
    #   pytest-rerunfailures
pytest-cov==5.0.0
pytest-randomly==3.15.0
pytest-rerunfailures==14.0
pyyaml==6.0.1
    # via optuna
sortedcontainers==2.4.0
    # via hypothesis
sqlalchemy==2.0.29
    # via
    #   alembic
    #   optuna
tomli==2.0.1
    # via
    #   coverage
    #   pytest
tqdm==4.66.2
    # via optuna
typing-extensions==4.11.0
    # via
    #   alembic
    #   sqlalchemy
