Skip to content

Commit 1e2a6de

Browse files
committed
20260118 update requirements.txt
1 parent 9f3877e commit 1e2a6de

1 file changed

Lines changed: 17 additions & 8 deletions

File tree

requirements.txt

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
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

0 commit comments

Comments
 (0)