File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ Downloading and Installation
9
9
Prerequisites
10
10
~~~~~~~~~~~~~~~
11
11
12
- The current version of wxmplot is |release |, released in September, 2022 .
12
+ The current version of wxmplot is |release |, released in March, 2023 .
13
13
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.
16
16
All of these are readily available from `pip ` or on `conda ` channels.
17
17
18
-
18
+ .
19
19
Installation
20
20
~~~~~~~~~~~~~
21
21
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ classifiers =
36
36
Programming Language :: Python :: 3.8
37
37
Programming Language :: Python :: 3.9
38
38
Programming Language :: Python :: 3.10
39
+ Programming Language :: Python :: 3.11
39
40
keywords = wxPython matplotlib
40
41
project_urls =
41
42
Source = https://github.com/newville/wxmplot
@@ -48,10 +49,10 @@ include_package_data = True
48
49
python_requires = >=3.7
49
50
setup_requires = setuptools_scm
50
51
install_requires =
51
- wxPython>=4.0.3
52
+ wxPython>=4.1.0
52
53
wxutils>=0.2.7
53
- matplotlib>=3.0.3
54
- numpy>=1.12
54
+ matplotlib>=3.5.0
55
+ numpy>=1.18
55
56
Pillow>=7.0
56
57
pyyaml>=5.0
57
58
You can’t perform that action at this time.
0 commit comments