# formatting & linting
ruff==0.8.0
import-linter~=2.0
blacken-docs~=1.18
black~=24.4  # only used by by blacken-docs
vale~=3.7

# testing
pytest~=8.2
pytest-asyncio~=0.21.2
pytest-alembic~=0.11.0
pytest-httpserver~=1.0
pytest-timeout~=2.0
pytest-mock-resources[mysql]~=2.12
# pin to 4.10.0 to avoid issues with k3s compatibility
testcontainers[k3s]~=4.10.0
aioresponses~=0.7
requests-mock~=1.8
httpx~=0.27.0
hypothesis[numpy]~=6.103
pytest-rerunfailures~=14.0
pytest-forked~=1.6
tiktoken~=0.9.0

# system tests
matplotlib~=3.5
graphviz~=0.20.0
nuclio-sdk>=0.5
avro~=1.11
sqlalchemy~=2.0
sqlalchemy-utils~=0.41.2

# frameworks tests
scikit-learn~=1.5.2
lightgbm~=4.3
xgboost~=1.1
# TODO: once tensorflow upgrades their dependencies to support a newer version protobuf, we can uncomment this line
tensorflow~=2.15; python_version <= "3.9"
cryptography~=44.0

# install to verify it doesn't cause a warning (ML-8951)
evidently~=0.7.6

# code coverage
coverage[toml]~=7.8
diff-cover~=9.2
openai~=1.88
transformers~=4.53
# for hugging face image classifier test:
tf-keras~=2.18; python_version <= "3.9"
#tf-keras~=2.19; python_version > "3.9"
# TODO: once tf-keras upgrades their dependencies to support a newer version protobuf, we can uncomment this line
pillow~=11.3