Skip to content

Commit e0d5120

Browse files
committed
Update PythonQwt version to 0.12.1
1 parent a4340b5 commit e0d5120

3 files changed

Lines changed: 20 additions & 20 deletions

File tree

doc/requirements.rst

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ The :mod:`plotpy` package requires the following Python modules:
99
- Summary
1010
* - Python
1111
- >=3.8, <4
12-
-
12+
-
1313
* - guidata
1414
- >=3.1
1515
- Automatic GUI generation for easy dataset editing and display
1616
* - PythonQwt
17-
- >=0.10
17+
- >=0.12.1
1818
- Qt plotting widgets for Python
1919
* - NumPy
2020
- >=1.17
@@ -23,10 +23,10 @@ The :mod:`plotpy` package requires the following Python modules:
2323
- >=1.3
2424
- Fundamental algorithms for scientific computing 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,19 +42,19 @@ Optional modules for development:
4242
- Version
4343
- Summary
4444
* - black
45-
-
45+
-
4646
- The uncompromising code formatter.
4747
* - isort
48-
-
48+
-
4949
- A Python utility / library to sort Python imports.
5050
* - pylint
51-
-
51+
-
5252
- python code static checker
5353
* - Coverage
54-
-
54+
-
5555
- Code coverage measurement for Python
5656
* - Cython
57-
-
57+
-
5858
- The Cython compiler for writing C extensions in the Python language.
5959

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

8888
Optional modules for running test suite:
@@ -95,11 +95,11 @@ Optional modules for running test suite:
9595
- Version
9696
- Summary
9797
* - pytest
98-
-
98+
-
9999
- pytest: simple powerful testing with Python
100100
* - pytest-cov
101-
-
101+
-
102102
- Pytest plugin for measuring coverage.
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
@@ -31,7 +31,7 @@ classifiers = [
3131
requires-python = ">=3.8, <4"
3232
dependencies = [
3333
"guidata>=3.1",
34-
"PythonQwt>=0.12",
34+
"PythonQwt>=0.12.1",
3535
"NumPy>=1.17",
3636
"SciPy>=1.3",
3737
"Pillow",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ NumPy>=1.17
44
Pillow
55
tifffile
66
PyQt5
7-
PythonQwt>=0.12
7+
PythonQwt>=0.12.1
88
SciPy>=1.3
99
black
1010
guidata>=3.1

0 commit comments

Comments
 (0)