We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d545e3 commit 2794a33Copy full SHA for 2794a33
1 file changed
bioconda_utils/bioconda_utils-requirements.txt
@@ -20,7 +20,7 @@ tqdm=4.67.* # Progress monitor
20
yaspin=3.* #
21
ruamel.yaml=0.18.* # Recipe YAML parsing
22
pyaml=25.7.* # Faster YAML parser (deprecate?)
23
-networkx=3.4.* # (networkx>3.3 needs python>=3.10)
+networkx=3.5.* # (networkx>3.3 needs python>=3.10)
24
pandas=2.3.* #
25
libblas=*=*openblas # Avoid large mkl package (pulled in by pandas)
26
boltons=25.0.* #
@@ -35,7 +35,7 @@ findutils # find/xargs copy built packages from container
35
git=2.* # well - git
36
37
# hosters - special regex not supported by RE
38
-regex=2024.* #
+regex=2025.* #
39
40
# asyncio
41
aiohttp>=3.12.14 # HTTP lib; pinning to reflect dependabot alert
0 commit comments