Skip to content

Commit 5372afc

Browse files
committed
Transition to pyqt6 and matplotlib-base in graphics dependencies
1 parent 697ecb8 commit 5372afc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

devel/bin/mccode-create-conda-yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ def create_deplist( cfg ):
2727
if cfg.is_win:
2828
deps += ['mslex']
2929

30-
pyqt_with_version = 'pyqt >=5.10'
30+
pyqt_with_version = 'pyqt6'
3131
if cfg.include_mcgui:
3232
deps += [pyqt_with_version,'qscintilla2']
3333
if cfg.include_vis:
34-
deps += ['matplotlib',
34+
deps += ['matplotlib-base',
3535
'tornado >=5',
3636
'scipy','pillow','pyqtgraph',
3737
pyqt_with_version,

0 commit comments

Comments
 (0)