Skip to content

Commit 6289a48

Browse files
committed
Add SigIma as a dependency in requirements files
1 parent 76a8794 commit 6289a48

4 files changed

Lines changed: 21 additions & 15 deletions

File tree

doc/requirements.rst

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -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

8588
Optional 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

116119
Optional 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.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ requires-python = ">=3.9, <4"
4242
dependencies = [
4343
"guidata >= 3.11",
4444
"PlotPy >= 2.7.4",
45+
"SigIma >= 0.1.0",
4546
"NumPy >= 1.22",
4647
"SciPy >= 1.10.1",
4748
"scikit-image >= 0.19.2",

requirements-min.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ PlotPy==2.7.4
44
PyQt5==5.15.6
55
PyWavelets==1.2
66
SciPy==1.10.1
7+
SigIma==0.1.0
78
babel
89
build
910
guidata==3.11

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ PlotPy >= 2.7.4
44
PyQt5 >= 5.15.6
55
PyWavelets >= 1.2
66
SciPy >= 1.10.1
7+
SigIma >= 0.1.0
78
babel
89
build
910
guidata >= 3.11

0 commit comments

Comments
 (0)