Skip to content

Commit 5b11187

Browse files
🎨 environment files cleaned
1 parent 0b7cea9 commit 5b11187

File tree

2 files changed

+27
-31
lines changed

2 files changed

+27
-31
lines changed

‎environment.linux.yml‎

Lines changed: 27 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,42 @@
11
name: instanexus
22
channels:
3-
- bioconda
43
- conda-forge
4+
- bioconda
55
- defaults
6+
67
dependencies:
8+
# core runtime dependencies
9+
- python=3.11
710
- biopython=1.85
8-
- pcre2=10.42
9-
- bzip2=1.0.8
10-
- zlib=1.2.13
11-
- wheel=0.45.1
12-
- ncurses=6.5
13-
- readline=8.2
14-
- xz=5.6.4
15-
- gettext=0.21.0
16-
- ca-certificates=2025.2.25
17-
- wget=1.25.0
18-
- llvm-openmp=17.0.6
19-
- openssl==3.0.17
20-
- libxml2=2.13.8
21-
- python=3.9.21
22-
- libexpat=2.7.0
23-
- setuptools=80.9.0
24-
- icu=73.1
25-
- libffi=3.4.6
26-
- libiconv=1.16
2711
- pandas=2.3.1
28-
- pip=25.1.1
29-
- gawk=5.3.1
30-
- tk=8.6.14
31-
- libcxx=17.0.6
32-
- sqlite=3.45.3
12+
- upsetplot
3313
- tqdm=4.67.1
34-
- libidn2=2.3.4
35-
- libunistring=0.9.10
36-
- clustalo=1.2.4
37-
- matplotlib-base
3814
- seaborn=0.13.2
15+
- matplotlib-base
3916
- plotly=6.2.0
4017
- logomaker=0.8
4118
- networkx
4219
- mmseqs2
20+
- sbl::clustalomega
21+
- gawk
22+
- wget
23+
24+
# notebook
25+
- ipykernel
26+
- nbformat
27+
28+
# development tools
29+
- black
30+
- pytest
31+
- coverage
32+
- mypy
33+
- pre-commit
34+
35+
# packaging
4336
- pip
4437
- pip:
45-
- kaleido==0.2.1
38+
- build
39+
- twine
40+
- hatchling
41+
- wheel
42+
- sphinx

‎environment.osx-arm64.yaml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ dependencies:
3535
# packaging
3636
- pip
3737
- pip:
38-
- kaleido==0.2.1
3938
- build
4039
- twine
4140
- hatchling

0 commit comments

Comments
 (0)