@@ -16,6 +16,9 @@ The `datalab` package requires the following Python modules:
1616 * - PlotPy
1717 - >= 2.7.4
1818 - Curve and image plotting tools for Python/Qt applications
19+ * - SigIma
20+ - >= 0.1.0
21+ - Scientific computing engine for 1D signals and 2D images, part of the DataLab open-source platform.
1922 * - NumPy
2023 - >= 1.22
2124 - Fundamental package for array computing in Python
@@ -61,25 +64,25 @@ Optional modules for development:
6164 - Version
6265 - Summary
6366 * - build
64- -
67+ -
6568 - A simple, correct Python build frontend
6669 * - babel
67- -
70+ -
6871 - Internationalization utilities
6972 * - Coverage
70- -
73+ -
7174 - Code coverage measurement for Python
7275 * - pyinstaller
7376 - >= 6.0
7477 - PyInstaller bundles a Python application and all its dependencies into a single package.
7578 * - pylint
76- -
79+ -
7780 - python code static checker
7881 * - ruff
79- -
82+ -
8083 - An extremely fast Python linter and code formatter, written in Rust.
8184 * - pre-commit
82- -
85+ -
8386 - A framework for managing and maintaining multi-language pre-commit hooks.
8487
8588Optional modules for building the documentation:
@@ -92,25 +95,25 @@ Optional modules for building the documentation:
9295 - Version
9396 - Summary
9497 * - sphinx
95- -
98+ -
9699 - Python documentation generator
97100 * - sphinx_intl
98- -
101+ -
99102 - Sphinx utility that make it easy to translate and to apply translation.
100103 * - sphinx-sitemap
101- -
104+ -
102105 - Sitemap generator for Sphinx
103106 * - myst_parser
104- -
107+ -
105108 - An extended [CommonMark](https://spec.commonmark.org/) compliant parser,
106109 * - sphinx_design
107- -
110+ -
108111 - A sphinx extension for designing beautiful, view size responsive web components.
109112 * - sphinx-copybutton
110- -
113+ -
111114 - Add a copy button to each of your code cells.
112115 * - pydata-sphinx-theme
113- -
116+ -
114117 - Bootstrap-based Sphinx theme from the PyData community
115118
116119Optional modules for running test suite:
@@ -123,8 +126,8 @@ Optional modules for running test suite:
123126 - Version
124127 - Summary
125128 * - pytest
126- -
129+ -
127130 - pytest: simple powerful testing with Python
128131 * - pytest-xvfb
129- -
132+ -
130133 - A pytest plugin to run Xvfb (or Xephyr/Xvnc) for tests.
0 commit comments