eland/requirements-dev.txt
Valeriy Khakhutskyy 77589b26b8
Remove ML model export as sklearn Pipeline and clean up code (#744)
* 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>
2025-02-04 11:36:50 +04:00

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