Skip to content

Commit d2e1002

Browse files
committed
Updates for 2026 spring
- New pytest major version (9.x.x, testing) - sphinx 9.* didn't resolve with conda-forge with sphinx_rtd_theme even though it theoretically should have, according to the source. (documentation) - New myst-parser major version (5.x.x, documentation) - New pandas major version (probably not too relevant to coderefinery)
1 parent 4af2740 commit d2e1002

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

environment.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ channels:
44
- bioconda
55
dependencies:
66
- python>=3.10,<3.14
7-
- click=8.1.7
8-
- ipywidgets=8.1.5
9-
- jupyterlab=4.4.0
10-
- jupyterlab-git=0.51.1
11-
- matplotlib=3.10.1
12-
- myst-parser=4.0.1
7+
- click=8.3.1
8+
- ipywidgets=8.1.8
9+
- jupyterlab=4.5.3
10+
- jupyterlab-git=0.51.4
11+
- matplotlib=3.10.8
12+
- myst-parser=5.0.0
1313
- nbdime=4.0.2
14-
- numpy=2.2.4
15-
- pandas=2.2.3
16-
- pytest=8.3.5
17-
- pytest-cov=6.0.0
14+
- numpy=2.4.1
15+
- pandas=3.0.0
16+
- pytest=9.0.2
17+
- pytest-cov=7.0.0
1818
- seaborn=0.13.2
19-
- snakemake-minimal=9.1.7
19+
- snakemake-minimal=9.14.8
2020
- sphinx=8.2.3
21-
- sphinx-autobuild=2024.10.3
22-
- sphinx_rtd_theme=3.0.1
21+
- sphinx-autobuild=2025.8.25
22+
- sphinx_rtd_theme=3.1.0
2323
- sphinx-autodoc2=0.5.0

requirements.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
click==8.1.7
2-
ipywidgets==8.1.5
3-
jupyterlab==4.4.0
4-
jupyterlab-git==0.51.1
5-
matplotlib==3.10.1
6-
myst-parser==4.0.1
1+
click==8.3.1
2+
ipywidgets==8.1.8
3+
jupyterlab==4.5.3
4+
jupyterlab-git==0.51.4
5+
matplotlib==3.10.8
6+
myst-parser==5.0.0
77
nbdime==4.0.2
8-
numpy==2.2.4
9-
pandas==2.2.3
10-
pytest==8.3.5
11-
pytest-cov==6.0.0
8+
numpy==2.4.1
9+
pandas==3.0.0
10+
pytest==9.0.2
11+
pytest-cov==7.0.0
1212
seaborn==0.13.2
13-
snakemake==9.1.7
13+
snakemake==9.14.8
1414
sphinx==8.2.3
15-
sphinx-autobuild==2024.10.3
16-
sphinx_rtd_theme==3.0.1
15+
sphinx-autobuild==2025.8.25
16+
sphinx_rtd_theme==3.1.0
1717
sphinx-autodoc2==0.5.0

0 commit comments

Comments
 (0)