No numpy yet for Python 3.12

This commit is contained in:
Robin Dunn
2023-05-31 12:37:44 -07:00
parent dd2164acfc
commit b1c55639df

View File

@@ -1,5 +1,5 @@
# Runtime dependencies needed when using wxPython Phoenix
numpy < 1.17 ; python_version <= '2.7'
numpy ; python_version >= '3.0'
numpy ; python_version >= '3.0' and python_version < '3.12'
pillow
six