Skip to content

Commit

Permalink
add requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Saves committed Sep 17, 2024
1 parent 77e5fa3 commit 5089c41
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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 <num_workers>
pytest-cov # allows to get coverage report
ruff # format and lint code
jenn >= 1.0.2, <2.0
egobox ~= 0.20.0

0 comments on commit 5089c41

Please sign in to comment.