File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- numpy <= 1.21.1 ; python_version == '3.6'
2- numpy >= 1.21.3 ,< 1.22.0 ; python_version == '3.7'
3- numpy >= 1.21.3 ,< 1.25.0 ; python_version == '3.8'
4- numpy >= 1.26.4 ,< 2.1.0 ; python_version == '3.9'
5- numpy >= 2.1.0 ; python_version >= '3.10'
6- matplotlib >= 3.3.0 ; python_version >= '3.7'
7- pillow < 10.0.0 ; python_version < '3.10'
8- pillow >= 10.0.0 ; python_version >= '3.10'
1+ ###### Requirements without Version Specifiers ######
2+ numpy
3+ matplotlib
4+ pandas
5+ pillow
6+ #
7+ ###### Requirements with Version Specifiers ######
8+ # See https://www.python.org/dev/peps/pep-0440/#version-specifiers
9+ # Old requirements.txt
10+ # numpy <=1.21.1; python_version == '3.6'
11+ # numpy>=1.21.3,<1.22.0; python_version == '3.7'
12+ # numpy>=1.21.3,<1.25.0; python_version == '3.8'
13+ # numpy>=1.26.4,<2.1.0; python_version == '3.9'
14+ # numpy>=2.1.0; python_version >= '3.10'
15+ # matplotlib>=3.3.0; python_version >= '3.7'
16+ # pillow<10.0.0; python_version < '3.10'
17+ # pillow>=10.0.0; python_version >= '3.10'
918
You can’t perform that action at this time.
0 commit comments