Skip to content

Commit 883c4c4

Browse files
committed
update software environment
1 parent d3cdc95 commit 883c4c4

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

environment.yml

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
name: coderefinery
22
channels:
33
- conda-forge
4-
- defaults
54
- bioconda
65
dependencies:
7-
- python>=3.10
6+
- python>=3.10,<3.14
87
- click=8.1.7
9-
- ipywidgets=8.1.2
10-
- jupyterlab=4.1.2
11-
- jupyterlab-git=0.50.0
12-
- matplotlib=3.8.3
13-
- myst-parser=2.0.0
14-
- nbdime=4.0.1
15-
- numpy=1.26.4
16-
- pandas=2.2.1
17-
- pytest=8.0.2
18-
- pytest-cov=4.1.0
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
13+
- 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
1918
- seaborn=0.13.2
20-
- snakemake-minimal=8.5.3
21-
- pulp<2.8.0
22-
- sphinx=7.2.6
23-
- sphinx-autobuild=2024.2.4
24-
- sphinx_rtd_theme=2.0.0
25-
- sphinx-autodoc2
19+
- snakemake-minimal=9.1.7
20+
- sphinx=8.2.3
21+
- sphinx-autobuild=2024.10.3
22+
- sphinx_rtd_theme=3.0.1
23+
- sphinx-autodoc2=0.5.0

0 commit comments

Comments
 (0)