Skip to content

Commit 8d3b463

Browse files
authored
Bump deps in mantid test env
Not sure what's going wrong with #623, but it looks like some packages haven't been bumped in a while in the env used for running mantid tests.
1 parent 1e28686 commit 8d3b463

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

.buildconfig/ci-linux.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -10,40 +10,40 @@ channels:
1010
- nodefaults
1111
dependencies:
1212
- email-validator==2.2.0
13-
- h5py==3.12.1
14-
- hypothesis==6.119.4
13+
- h5py==3.13.0
14+
- hypothesis==6.131.20
1515
- ipykernel==6.29.5
16-
- ipympl==0.9.4
17-
- ipywidgets==8.1.5
16+
- ipympl==0.9.7
17+
- ipywidgets==8.1.7
1818
- lazy-loader==0.4
19-
- mantid==6.11.0
20-
- matplotlib==3.7.3
21-
- mpltoolbox==24.05.1
22-
- plopp==24.10.0
19+
- mantid==6.12.0
20+
- matplotlib==3.10.3
21+
- mpltoolbox==25.4.0
22+
- plopp==25.05.0
2323
- pooch==1.8.2
24-
- pydantic==2.10.5
25-
- pytest==8.3.3
26-
- pytest-asyncio==0.24.0
24+
- pydantic==2.11.4
25+
- pytest==8.3.5
26+
- pytest-asyncio==0.26.0
2727
- python-dateutil==2.9.0
2828
- python-graphviz==0.20.3
2929
- pythreejs==2.4.2
30-
- scipp==24.11.1
31-
- scippnexus==24.11.0
32-
- scipy==1.15.1
33-
- tox==4.23.2
30+
- scipp==25.05.0
31+
- scippnexus==25.04.0
32+
- scipy==1.15.2
33+
- tox==4.26.0
3434

3535
# docs
36-
- myst-parser==4.0.0
37-
- nbsphinx==0.9.5
36+
- myst-parser==4.0.1
37+
- nbsphinx==0.9.7
3838
- packaging==25.0
39-
- pandoc==3.4.0
40-
- pydata-sphinx-theme==0.16.0
41-
- sphinx==8.1.3
42-
- sphinx-autodoc-typehints==2.5.0
39+
- pandoc==3.7
40+
- pydata-sphinx-theme==0.16.1
41+
- sphinx==8.2.3
42+
- sphinx-autodoc-typehints==3.2.0
4343
- sphinx-copybutton==0.5.2
4444
- sphinx-design==0.6.1
4545
- sphinxcontrib-bibtex==2.6.3
46-
- tof==25.1.2
46+
- tof==25.05.0
4747

4848
# docs and tests
49-
- sciline==24.10.0
49+
- sciline==25.05.1

0 commit comments

Comments
 (0)