[build-system] requires = [ "setuptools", "wheel", "oldest-supported-numpy", "scipy", "cython" ] build-backend = "setuptools.build_meta" [tool.pytest.ini_options] addopts = "--junitxml=junit/test-results.xml -n auto --strict-markers --cov-config=setup.cfg --cov=econml" markers = [ "slow", "notebook", "automl", "dml", "serial", "cate_api", "treatment_featurization" ]