mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
* Revert "[ML] Export ML model as sklearn Pipeline (#509)" This reverts commit 0576114a1d886eafabca3191743a9bea9dc20b1a. * Keep useful changes * formatting * Remove obsolete test matrix configuration and update version references in documentation and Noxfile * formatting --------- Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co>
21 lines
150 B
Plaintext
21 lines
150 B
Plaintext
#
|
|
# Basic requirements with extras
|
|
#
|
|
.[all]
|
|
|
|
#
|
|
# Testing
|
|
#
|
|
pytest>=5.2.1
|
|
pytest-mock
|
|
pytest-cov
|
|
nbval
|
|
|
|
#
|
|
# Docs
|
|
#
|
|
nox
|
|
numpydoc>=0.9.0
|
|
mypy
|
|
build
|
|
twine |