Skip to content

Commit a427606

Browse files
committed
Update all env scripts and yml files to suppress qscintilla 2 :-/
1 parent dcdb128 commit a427606

7 files changed

Lines changed: 16 additions & 16 deletions

File tree

devel/bin/mccode-create-conda-yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def create_deplist( cfg ):
2929

3030
pyqt_with_version = 'pyqt6'
3131
if cfg.include_mcgui:
32-
deps += [pyqt_with_version,'qscintilla2']
32+
deps += [pyqt_with_version] # Qscintilla2 is disabled for now... ,'qscintilla2']
3333
if cfg.include_vis:
3434
deps += ['matplotlib-base',
3535
'tornado >=5',

environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ dependencies:
1616
- gsl
1717
- pyaml
1818
- ply
19-
- matplotlib
19+
- matplotlib-base
2020
- numpy
2121
- tornado
2222
- scipy
2323
- pillow
2424
- pyqtgraph
25-
- pyqt
25+
- pyqt6
2626
- qtpy
27-
- qscintilla2
27+
# - qscintilla2
2828
- nexus
2929
- nexusformat
3030
- nexpy

mcstas-environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ dependencies:
1616
- gsl
1717
- pyaml
1818
- ply
19-
- matplotlib
19+
- matplotlib-base
2020
- numpy
2121
- scipy
2222
- tornado
2323
- scipy
2424
- pillow
2525
- pyqtgraph
26-
- pyqt
26+
- pyqt6
2727
- qtpy
28-
- qscintilla2
28+
#- qscintilla2
2929
- nexusformat
3030
- nexpy
3131
- hdf5

mcxtrace-environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ dependencies:
1616
- gsl
1717
- pyaml
1818
- ply
19-
- matplotlib
19+
- matplotlib-base
2020
- numpy
2121
- scipy
2222
- tornado
2323
- scipy
2424
- pillow
2525
- pyqtgraph
26-
- pyqt
26+
- pyqt6
2727
- qtpy
28-
- qscintilla2
28+
#- qscintilla2
2929
- nexusformat
3030
- nexpy
3131
- hdf5

meta-pkgs/windows/environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ dependencies:
2121
- scipy
2222
- pillow
2323
- pyqtgraph
24-
- pyqt
24+
- pyqt6
2525
- qtpy
26-
- qscintilla2
26+
#- qscintilla2
2727
- nexus
2828
- nexusformat
2929
- nexpy

meta-pkgs/windows/mcstas-environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ dependencies:
2020
- scipy
2121
- pillow
2222
- pyqtgraph
23-
- pyqt
23+
- pyqt6
2424
- qtpy
25-
- qscintilla2
25+
#- qscintilla2
2626
- nexus
2727
- nexusformat
2828
- nexpy

meta-pkgs/windows/mcxtrace-environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ dependencies:
2020
- scipy
2121
- pillow
2222
- pyqtgraph
23-
- pyqt
23+
- pyqt6
2424
- qtpy
25-
- qscintilla2
25+
#- qscintilla2
2626
- nexus
2727
- nexusformat
2828
- nexpy

0 commit comments

Comments
 (0)