зеркало из https://github.com/py-why/EconML.git
21 строка
421 B
TOML
21 строка
421 B
TOML
[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"
|
|
] |