feature-engine==1.8.3
joblib==1.5.0
# We use compatible release functionality (see PEP 440 here: https://www.python.org/dev/peps/pep-0440/#compatible-release)
# to specify acceptable version ranges of our project dependencies. This gives us the flexibility to keep up with small
# updates/fixes, whilst ensuring we don't install a major update which could introduce backwards incompatible changes.
numpy==2.2.6
pandas==2.2.3
pydantic==2.11.4
PyYAML==6.0.2
scikit-learn==1.6.1
types-PyYAML==6.0.12.20250516
