Skip to content

Commit ab29830

Browse files
committed
Update Sigima dependency version to 1.0.0a0 in requirements and pyproject files
1 parent e7ded1d commit ab29830

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

doc/requirements.rst

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The `datalab-platform` package requires the following Python modules:
1717
- >= 2.7.4
1818
- Curve and image plotting tools for Python/Qt applications
1919
* - Sigima
20-
- >= 0.1.0
20+
- >= 1.0.0a0
2121
- Scientific computing engine for 1D signals and 2D images, part of the DataLab open-source platform.
2222
* - NumPy
2323
- >= 1.22
@@ -64,25 +64,25 @@ Optional modules for development:
6464
- Version
6565
- Summary
6666
* - build
67-
-
67+
-
6868
- A simple, correct Python build frontend
6969
* - babel
70-
-
70+
-
7171
- Internationalization utilities
7272
* - Coverage
73-
-
73+
-
7474
- Code coverage measurement for Python
7575
* - pyinstaller
7676
- >= 6.0
7777
- PyInstaller bundles a Python application and all its dependencies into a single package.
7878
* - pylint
79-
-
79+
-
8080
- python code static checker
8181
* - ruff
82-
-
82+
-
8383
- An extremely fast Python linter and code formatter, written in Rust.
8484
* - pre-commit
85-
-
85+
-
8686
- A framework for managing and maintaining multi-language pre-commit hooks.
8787

8888
Optional modules for building the documentation:
@@ -95,25 +95,25 @@ Optional modules for building the documentation:
9595
- Version
9696
- Summary
9797
* - sphinx
98-
-
98+
-
9999
- Python documentation generator
100100
* - sphinx_intl
101-
-
101+
-
102102
- Sphinx utility that make it easy to translate and to apply translation.
103103
* - sphinx-sitemap
104-
-
104+
-
105105
- Sitemap generator for Sphinx
106106
* - myst_parser
107-
-
107+
-
108108
- An extended [CommonMark](https://spec.commonmark.org/) compliant parser,
109109
* - sphinx_design
110-
-
110+
-
111111
- A sphinx extension for designing beautiful, view size responsive web components.
112112
* - sphinx-copybutton
113-
-
113+
-
114114
- Add a copy button to each of your code cells.
115115
* - pydata-sphinx-theme
116-
-
116+
-
117117
- Bootstrap-based Sphinx theme from the PyData community
118118

119119
Optional modules for running test suite:
@@ -126,8 +126,8 @@ Optional modules for running test suite:
126126
- Version
127127
- Summary
128128
* - pytest
129-
-
129+
-
130130
- pytest: simple powerful testing with Python
131131
* - pytest-xvfb
132-
-
132+
-
133133
- A pytest plugin to run Xvfb (or Xephyr/Xvnc) for tests.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ requires-python = ">=3.9, <4"
4242
dependencies = [
4343
"guidata >= 3.12",
4444
"PlotPy >= 2.7.4",
45-
"Sigima >= 0.2.0",
45+
"Sigima >= 1.0.0a0",
4646
"NumPy >= 1.22",
4747
"SciPy >= 1.10.1",
4848
"scikit-image >= 0.19.2",

0 commit comments

Comments
 (0)