Skip to content

Commit f24cf55

Browse files
committed
Remove numpy Python version restriction
This was originally added when numpy didn't support Python 3.12, but that has long since been resolved.
1 parent be2415d commit f24cf55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/install.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Runtime dependencies needed when using wxPython Phoenix
2-
numpy ; python_version >= '3.0' and python_version < '3.12'
2+
numpy
33
# pillow < 3.0
44
typing-extensions; python_version < '3.11'

0 commit comments

Comments
 (0)