Skip to content

Commit

Permalink
Update reqs for 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Oct 18, 2024
1 parent d3f1265 commit 49cdfae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions requirements/optional.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@
# xdev availpkg numpy

# 1.19.2 was important for some versions of tensorflow
numpy>=1.26.0 ; python_version < '4.0' and python_version >= '3.12' and platform_python_implementation == "CPython" # Python 3.12+
numpy>=2.1.0 ; python_version < '4.0' and python_version >= '3.13' and platform_python_implementation == "CPython" # Python 3.13+
numpy>=1.26.0 ; python_version < '3.13' and python_version >= '3.12' and platform_python_implementation == "CPython" # Python 3.12
numpy>=1.23.2 ; python_version < '3.12' and python_version >= '3.11' and platform_python_implementation == "CPython" # Python 3.11
numpy>=1.21.1 ; python_version < '3.11' and python_version >= '3.10' and platform_python_implementation == "CPython" # Python 3.10
numpy>=1.19.3 ; python_version < '3.10' and python_version >= '3.9' and platform_python_implementation == "CPython" # Python 3.9
numpy>=1.19.2 ; python_version < '3.9' and python_version >= '3.8' and platform_python_implementation == "CPython" # Python 3.8
numpy>=1.14.5,<2.0.0 ; python_version < '3.8' and python_version >= '3.7' and platform_python_implementation == "CPython" # Python 3.7
numpy>=1.12.0,<2.0.0 ; python_version < '3.7' and python_version >= '3.6' and platform_python_implementation == "CPython" # Python 3.6

xxhash>=3.4.1 ; python_version < '4.0' and python_version >= '3.12' # Python 3.12+
xxhash>=3.5.0 ; python_version < '4.0' and python_version >= '3.13' # Python 3.13+
xxhash>=3.4.1 ; python_version < '3.13' and python_version >= '3.12' # Python 3.12
xxhash>=3.2.0 ; python_version < '3.12' and python_version >= '3.11' # Python 3.11
xxhash>=3.0.0 ; python_version < '3.11' and python_version >= '3.10' # Python 3.10
xxhash>=2.0.2 ; python_version < '3.10' and python_version >= '3.9' # Python 3.9
Expand Down

0 comments on commit 49cdfae

Please sign in to comment.