@@ -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
6363Optional 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
9191Optional 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.
0 commit comments