summaryrefslogtreecommitdiff
path: root/requirements-dev.txt
diff options
context:
space:
mode:
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r--requirements-dev.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt
index d3c36e3..5333b0d 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -1,7 +1,12 @@
# List of silx development dependencies
# Those ARE NOT required for installation, at runtime or to build from source (except for the doc)
+numpy >= 1.8
+setuptools # Advanced packaging tools
+wheel # To build wheels
Cython >= 0.21.1 # To regenerate .c/.cpp files from .pyx
Sphinx # To build the documentation in doc/
lxml # For test coverage in run_test.py
coverage # For test coverage in run_test.py
+pillow # For loading images in documentation generation
+nbsphinx # For converting ipynb in documentation \ No newline at end of file