File tree 3 files changed +9
-7
lines changed
3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Auto-generated by tools/update_requirements.py
2
2
-r requirements.txt
3
3
sphinx
4
- matplotlib>=1.5.3
4
+ matplotlib>=3.5
5
5
numpydoc
6
6
texext
7
7
tomli; python_version < '3.11'
Original file line number Diff line number Diff line change 1
1
# 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'
Original file line number Diff line number Diff line change 1
1
# 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'
You can’t perform that action at this time.
0 commit comments