# 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.

category-encoders==2.5.1.post0
feature-engine>=1.5.1,<1.6.0
numpy>=1.22.2,<1.23.0
pandas>=1.4.2,<1.5.0
pydantic>=1.10.2,<1.11.0
tox>=3.27.1,<3.29.1
scikit-learn>=1.1.3,<1.2.0
strictyaml>=1.6.2,<1.7.0
ruamel.yaml==0.17.21,<0.18.0
joblib>=1.2.0,<1.3.0
