Skip to content

Commit 40cb1db

Browse files
authored
Merge pull request #43 from coderefinery/radovan/update-software-environment
update software environment
2 parents d3cdc95 + c6d31af commit 40cb1db

File tree

2 files changed

+31
-33
lines changed

2 files changed

+31
-33
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

requirements.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
click==8.1.7
2-
ipywidgets==8.1.2
3-
jupyterlab==4.1.2
4-
jupyterlab-git==0.50.0
5-
matplotlib==3.8.3
6-
myst-parser==2.0.0
7-
nbdime==4.0.1
8-
numpy==1.26.4
9-
pandas==2.2.1
10-
pytest==8.0.2
11-
pytest-cov==4.1.0
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
7+
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
1212
seaborn==0.13.2
13-
snakemake==8.5.3
14-
pulp<2.8.0
15-
sphinx==7.2.6
16-
sphinx-autobuild==2024.2.4
17-
sphinx_rtd_theme==2.0.0
13+
snakemake==9.1.7
14+
sphinx==8.2.3
15+
sphinx-autobuild==2024.10.3
16+
sphinx_rtd_theme==3.0.1
17+
sphinx-autodoc2==0.5.0

0 commit comments

Comments
 (0)