File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
miniforge-version : latest
22
22
activate-environment : mslice-env
23
23
environment-file : environment.yml
24
+ conda-remove-defaults = "true"
24
25
auto-activate-base : false
25
26
26
27
- name : Install Mantid
Original file line number Diff line number Diff line change 1
1
python :
2
- - 3.12
2
+ - 3.11
3
3
4
4
setuptools :
5
5
- 75.1.0
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ channels:
3
3
- conda-forge
4
4
- mantid
5
5
- mantid/label/nightly
6
- - nodefaults
7
6
dependencies :
8
7
- coverage
9
8
- coveralls
@@ -14,4 +13,4 @@ dependencies:
14
13
- pyqt
15
14
- qtconsole
16
15
- qtpy
17
- - python=3.10
16
+ - python=3.11
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ authors = [
12
12
]
13
13
description = " Visualise and slice data from Mantid"
14
14
readme = " README.md"
15
- requires-python = " >=3.10 "
15
+ requires-python = " >=3.11 "
16
16
classifiers = [
17
- " Programming Language :: Python :: 3.10 " ,
17
+ " Programming Language :: Python :: 3.11 " ,
18
18
" License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ,
19
19
" Operating System :: OS Independent" ,
20
20
" Topic :: Scientific/Engineering" ,
You can’t perform that action at this time.
0 commit comments