Skip to content

Commit 2e4a124

Browse files
committed
Sync requirements.txt files
1 parent 3fbc2ef commit 2e4a124

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

doc-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Auto-generated by tools/update_requirements.py
22
-r requirements.txt
33
sphinx
4-
matplotlib>=1.5.3
4+
matplotlib>=3.5
55
numpydoc
66
texext
77
tomli; python_version < '3.11'

min-requirements.txt

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Auto-generated by tools/update_requirements.py
2-
numpy ==1.20
3-
packaging ==17
4-
importlib_resources ==1.3; python_version < '3.9'
2+
numpy ==1.22
3+
packaging ==20
4+
importlib_resources ==5.12; python_version < '3.12'
5+
typing_extensions ==4.6; python_version < '3.13'

requirements.txt

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Auto-generated by tools/update_requirements.py
2-
numpy >=1.20
3-
packaging >=17
4-
importlib_resources >=1.3; python_version < '3.9'
2+
numpy >=1.22
3+
packaging >=20
4+
importlib_resources >=5.12; python_version < '3.12'
5+
typing_extensions >=4.6; python_version < '3.13'

0 commit comments

Comments
 (0)