forked from snakemake/snakemake
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest-environment.yml
77 lines (77 loc) · 1.23 KB
/
test-environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
channels:
- conda-forge
- bioconda
dependencies:
- python >=3.7
- yte
- packaging
- stopit
- datrie
- boto3
- moto =3 # breaking changes in moto 4 that would need an update of S3Mocked
- junit-xml # needed for S3Mocked
- httpretty
- wrapt
- pyyaml
- pytest
- pytest-mock
- pytest-cov
- ftputil
- pysftp
- requests
- responses
- dropbox
- numpy
- appdirs
- pytools
- docutils
- pygments
- pandoc
- xorg-libxrender
- xorg-libxext
- xorg-libxau
- xorg-libxdmcp
- xorg-libsm
- psutil
- google-cloud-storage
- google-api-python-client
- oauth2client
- azure-storage-blob
- configargparse
- appdirs
- python-irodsclient <1.1.2 # bug in 1.1.2 leads to KeyError
- cwltool
- cwl-utils
- jsonschema
- pandas
- python-kubernetes
- gitpython
- pulp >=2.0
- tibanna
- environment-modules
- nbformat
- toposort >=1.10
- mamba
- crc32c
- pip
- connection_pool
- py-tes
- requests-mock
- peppy
- eido
- glpk
- smart_open
- filelock
- tabulate
- reretry
- graphviz
- humanfriendly
- throttler
- msrest
- azure-batch
- azure-mgmt-batch
- azure-identity
- nodejs # for cwltool
- apptainer
- squashfuse # for apptainer
- immutables