Skip to content
Snippets Groups Projects
Unverified Commit 4f740360 authored by Jon Crall's avatar Jon Crall
Browse files

Fix numpy req for 3.13

parent 8c449db5
No related branches found
No related tags found
No related merge requests found
Pipeline #420130 passed
# xdev availpkg numpy # xdev availpkg numpy
# 1.19.2 is the tensorflow minimum # 1.19.2 is the tensorflow minimum
numpy>=1.26.0 ; python_version < '4.0' and python_version >= '3.12' # Python 3.12+ numpy>=2.1.0 ; python_version < '4.0' and python_version >= '3.13' # Python 3.13+
numpy>=1.26.0 ; python_version < '3.13' and python_version >= '3.12' # Python 3.12
numpy>=1.23.2 ; python_version < '3.12' and python_version >= '3.11' # Python 3.11 numpy>=1.23.2 ; python_version < '3.12' and python_version >= '3.11' # Python 3.11
numpy>=1.21.6 ; python_version < '3.11' and python_version >= '3.10' # Python 3.10 numpy>=1.21.6 ; python_version < '3.11' and python_version >= '3.10' # Python 3.10
numpy>=1.19.3 ; python_version < '3.10' and python_version >= '3.9' # Python 3.9 numpy>=1.19.3 ; python_version < '3.10' and python_version >= '3.9' # Python 3.9
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment