From 5089c417f0432cbc73e09e8d74a1e4ae41f7ba97 Mon Sep 17 00:00:00 2001 From: Paul-Saves Date: Tue, 17 Sep 2024 13:44:30 +0200 Subject: [PATCH] add requirements --- requirements.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..d8cb72d --- /dev/null +++ b/requirements.txt @@ -0,0 +1,13 @@ +Cython +numpy +scipy +scikit-learn +pyDOE3 +numba # JIT compiler +matplotlib # used in examples and tests +pytest # tests runner +pytest-xdist # allows running parallel testing with pytest -n +pytest-cov # allows to get coverage report +ruff # format and lint code +jenn >= 1.0.2, <2.0 +egobox ~= 0.20.0