mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-09 05:20:08 +01:00
Merge branch 'release-post1' into wxPy-4.0.x
This commit is contained in:
13
CHANGES.rst
13
CHANGES.rst
@@ -8,6 +8,19 @@
|
||||
wxPython Changelog
|
||||
==================
|
||||
|
||||
4.0.7.post1 "Isn't it time for Python3?"
|
||||
----------------------------------------
|
||||
* 28-Oct-2019
|
||||
|
||||
PyPI: https://pypi.org/project/wxPython/4.0.7.post1
|
||||
Extras: https://extras.wxPython.org/wxPython4/extras/
|
||||
Pip: ``pip install wxPython==4.0.7.post1``
|
||||
|
||||
This post-release just fixes a problem with the numpy dependency constraint for
|
||||
Python 2.7. (#1415)
|
||||
|
||||
|
||||
|
||||
4.0.7 "one more, for the road"
|
||||
------------------------------
|
||||
* 25-Oct-2019
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Runtime dependencies needed when using wxPython Phoenix
|
||||
numpy==1.16.1 ; python_version <= '2.7'
|
||||
numpy < 1.17 ; python_version <= '2.7'
|
||||
numpy ; python_version >= '3.0'
|
||||
pillow
|
||||
six
|
||||
|
||||
Reference in New Issue
Block a user