Skip to content

Commit 5e21da3

Browse files
committed
Update guidata version requirement to >=3.10 in requirements files
1 parent 7acab51 commit 5e21da3

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

doc/requirements.rst

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The :mod:`plotpy` package requires the following Python modules:
1111
- >=3.9, <4
1212
- Python programming language
1313
* - guidata
14-
- >=3.7
14+
- >=3.10
1515
- Automatic GUI generation for easy dataset editing and display
1616
* - PythonQwt
1717
- >=0.14
@@ -23,10 +23,10 @@ The :mod:`plotpy` package requires the following Python modules:
2323
- >= 0.18
2424
- Image processing in Python
2525
* - Pillow
26-
-
26+
-
2727
- Python Imaging Library (Fork)
2828
* - tifffile
29-
-
29+
-
3030
- Read and write TIFF files
3131
* - PyQt5
3232
- >=5.11
@@ -42,22 +42,22 @@ Optional modules for development:
4242
- Version
4343
- Summary
4444
* - babel
45-
-
45+
-
4646
- Internationalization utilities
4747
* - Coverage
48-
-
48+
-
4949
- Code coverage measurement for Python
5050
* - Cython
5151
- >=3.0
5252
- The Cython compiler for writing C extensions in the Python language.
5353
* - pylint
54-
-
54+
-
5555
- python code static checker
5656
* - ruff
57-
-
57+
-
5858
- An extremely fast Python linter and code formatter, written in Rust.
5959
* - toml-to-requirements
60-
-
60+
-
6161
- Convert a pyproject.toml file to a requirements.txt file
6262

6363
Optional modules for building the documentation:
@@ -70,22 +70,22 @@ Optional modules for building the documentation:
7070
- Version
7171
- Summary
7272
* - PyQt5
73-
-
73+
-
7474
- Python bindings for the Qt cross platform application toolkit
7575
* - sphinx
76-
-
76+
-
7777
- Python documentation generator
7878
* - myst_parser
79-
-
79+
-
8080
- An extended [CommonMark](https://spec.commonmark.org/) compliant parser,
8181
* - sphinx-copybutton
82-
-
82+
-
8383
- Add a copy button to each of your code cells.
8484
* - sphinx_qt_documentation
85-
-
85+
-
8686
- Plugin for proper resolve intersphinx references for Qt elements
8787
* - python-docs-theme
88-
-
88+
-
8989
- The Sphinx theme for the CPython docs and related projects
9090

9191
Optional modules for running test suite:
@@ -98,8 +98,8 @@ Optional modules for running test suite:
9898
- Version
9999
- Summary
100100
* - pytest
101-
-
101+
-
102102
- pytest: simple powerful testing with Python
103103
* - pytest-xvfb
104-
-
104+
-
105105
- 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
@@ -38,7 +38,7 @@ classifiers = [
3838
]
3939
requires-python = ">=3.9, <4"
4040
dependencies = [
41-
"guidata>=3.7",
41+
"guidata>=3.10",
4242
"PythonQwt>=0.14",
4343
"SciPy>=1.5",
4444
"scikit-image >= 0.18",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PyQt5
55
PythonQwt>=0.14
66
SciPy>=1.5
77
babel
8-
guidata>=3.7
8+
guidata>=3.10
99
myst_parser
1010
pylint
1111
pytest

0 commit comments

Comments
 (0)