File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 5959 pyside6-ver : ' ==6.2.0'
6060 - os : ubuntu-20.04
6161 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'
6863 CFLAGS : " -fno-lto" # Ensure that disabling LTO works.
6964 # https://github.com/matplotlib/matplotlib/pull/26052#issuecomment-1574595954
7065 # 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==8.3.2
1313pyparsing==2.3.1
1414pytest==7.0.0
1515python-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