Skip to content

Commit be19a70

Browse files
committed
update for 0.9.54
1 parent 216c087 commit be19a70

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

doc/installation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ Downloading and Installation
99
Prerequisites
1010
~~~~~~~~~~~~~~~
1111

12-
The current version of wxmplot is |release|, released in September, 2022.
12+
The current version of wxmplot is |release|, released in March, 2023.
1313

14-
The wxmplot package requires Python3.7 or higher, wxPython 4.0.3 or higher,
15-
matplotlib 3.0 or higher, numpy 1.12 or higher, and Pillow 7.0 or higher.
14+
The wxmplot package requires Python 3.7 or higher, wxPython 4.1.0 or higher,
15+
matplotlib 3.5.0 or higher, numpy 1.18 or higher, and Pillow 7.0 or higher.
1616
All of these are readily available from `pip` or on `conda` channels.
1717

18-
18+
.
1919
Installation
2020
~~~~~~~~~~~~~
2121

setup.cfg

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ classifiers =
3636
Programming Language :: Python :: 3.8
3737
Programming Language :: Python :: 3.9
3838
Programming Language :: Python :: 3.10
39+
Programming Language :: Python :: 3.11
3940
keywords = wxPython matplotlib
4041
project_urls =
4142
Source = https://github.com/newville/wxmplot
@@ -48,10 +49,10 @@ include_package_data = True
4849
python_requires = >=3.7
4950
setup_requires = setuptools_scm
5051
install_requires =
51-
wxPython>=4.0.3
52+
wxPython>=4.1.0
5253
wxutils>=0.2.7
53-
matplotlib>=3.0.3
54-
numpy>=1.12
54+
matplotlib>=3.5.0
55+
numpy>=1.18
5556
Pillow>=7.0
5657
pyyaml>=5.0
5758

0 commit comments

Comments
 (0)