-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathoptional.txt
More file actions
18 lines (16 loc) · 1.12 KB
/
optional.txt
File metadata and controls
18 lines (16 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# xdev availpkg numpy
# 1.19.2 is the tensorflow minimum
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.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.2 ; python_version < '3.9' and python_version >= '3.8' # Python 3.8
numpy>=1.14.5 ; python_version < '3.8' and python_version >= '3.7' # Python 3.7
numpy>=1.12.0 ; python_version < '3.7' and python_version >= '3.6' # Python 3.6
numpy>=1.11.1 ; python_version < '3.6' and python_version >= '3.5' # Python 3.5
numpy>=1.11.1 ; python_version < '3.5' and python_version >= '3.4' # Python 3.4
numpy>=1.11.1 ; python_version < '3.4' and python_version >= '2.7' # Python 2.7
omegaconf>=2.2.2 ; python_version >= '3.6' # Python 3.6+
rich_argparse>=1.1.0; python_version >= '3.7'
argcomplete>=3.0.5