File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 59
59
pyside6-ver : ' ==6.2.0'
60
60
- os : ubuntu-20.04
61
61
python-version : ' 3.10'
62
- # One CI run tests ipython/matplotlib-inline before backend mapping moved to mpl
63
- extra-requirements :
64
- -r requirements/testing/extra.txt
65
- " ipython==7.29.0"
66
- " ipykernel==5.5.6"
67
- " matplotlib-inline<0.1.7"
62
+ extra-requirements : ' -r requirements/testing/extra.txt'
68
63
CFLAGS : " -fno-lto" # Ensure that disabling LTO works.
69
64
# https://github.com/matplotlib/matplotlib/pull/26052#issuecomment-1574595954
70
65
# https://www.riverbankcomputing.com/pipermail/pyqt/2023-November/045606.html
Original file line number Diff line number Diff line change @@ -13,3 +13,11 @@ pillow==9.0.1
13
13
pyparsing==2.3.1
14
14
pytest==7.0.0
15
15
python-dateutil==2.7
16
+
17
+ # Test ipython/matplotlib-inline before backend mapping moved to mpl.
18
+ # This should be tested for a reasonably long transition period,
19
+ # but we will eventually remove the test when we no longer support
20
+ # ipython/matplotlib-inline versions from before the transition.
21
+ ipython==7.29.0
22
+ ipykernel==5.5.6
23
+ matplotlib-inline<0.1.7
You can’t perform that action at this time.
0 commit comments