6
6
conda-forge-pinning=2024.11.29.12.37.53
7
7
8
8
# basics
9
- python=3.10 .*
10
- conda=24.9 .*
11
- conda-libmamba-solver=24.1 .*
12
- conda-build=24.7 .*
13
- conda-index=0.5 .*
14
- conda-package-streaming=0.11 .*
9
+ python=3.12 .*
10
+ conda=24.11 .*
11
+ conda-libmamba-solver=24.9 .*
12
+ conda-build=24.9 .*
13
+ conda-index=0.6 .*
14
+ conda-package-streaming=0.12 .*
15
15
mamba=1.5.*
16
- #boa=0.17.*
17
16
18
17
argh=0.31.* # CLI
19
18
colorlog=6.* # Logging
20
- tqdm=4.66 .* # Progress monitor
21
- yaspin=2 .* #
19
+ tqdm=4.67 .* # Progress monitor
20
+ yaspin=3 .* #
22
21
ruamel.yaml=0.18.* # Recipe YAML parsing
23
- pyaml=24.04 .* # Faster YAML parser (deprecate?)
24
- networkx=3.3 .* # (networkx>3.3 needs python>=3.10)
25
- pandas=2.2 .* #
22
+ pyaml=24.12 .* # Faster YAML parser (deprecate?)
23
+ networkx=3.4 .* # (networkx>3.3 needs python>=3.10)
24
+ pandas=2.3 .* #
26
25
libblas=*=*openblas # Avoid large mkl package (pulled in by pandas)
27
- boltons=24 .0.* #
28
- jsonschema=4.22 .* # JSON schema verification
26
+ boltons=25 .0.* #
27
+ jsonschema=4.24 .* # JSON schema verification
29
28
jinja2=3.1.* #
30
29
31
- anaconda-client=1.12 .* # anaconda_upload
32
- galaxy-tool-util=24 .* # mulled test and container build
30
+ anaconda-client=1.13 .* # anaconda_upload
31
+ galaxy-tool-util=25 .* # mulled test and container build
33
32
involucro=1.1.* # mulled test and container build
34
33
skopeo=1.15.* # docker upload
35
34
findutils # find/xargs copy built packages from container
@@ -39,12 +38,12 @@ git=2.* # well - git
39
38
regex=2024.* #
40
39
41
40
# asyncio
42
- aiohttp>=3.10.11 # HTTP lib; pinning to reflect dependabot alert
41
+ aiohttp>=3.12.14 # HTTP lib; pinning to reflect dependabot alert
43
42
aiohttp-jinja2 # jinja2 renderer for aiohttp.web
44
43
aiohttp-session #
45
44
aiohttp-security #
46
45
aiofiles=23.* # async open
47
- aioftp=0.22 .* # FTP lib
46
+ aioftp=0.26 .* # FTP lib
48
47
backoff=2.2.* # retrying of failed API calls
49
48
cachetools=5.3.* # request caching (NEEDED?)
50
49
0 commit comments