File tree Expand file tree Collapse file tree
src/omnipkg/conda-recipes Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323
2424requirements :
2525 build :
26- - {{ compiler('c') }} # CRITICAL: Required to compile dispatcher.c and omnipkg_atomic
26+ - {{ compiler('c') }}
27+ - {{ stdlib("c") }}
2728 - python # [build_platform != target_platform]
2829 - cross-python_{{ target_platform }} # [build_platform != target_platform]
2930 host :
@@ -32,7 +33,7 @@ requirements:
3233 - setuptools >=50.0,<70.0
3334 - wheel
3435 run :
35- - python >=3.10 # Conda-forge actively supports 3.9 through 3.13
36+ - python # Conda-forge actively supports 3.9 through 3.13
3637 - requests >=2.20
3738 - psutil >=5.9.0
3839 - typer >=0.4.0
@@ -43,7 +44,7 @@ requirements:
4344 - typing_extensions >=4.0.0 # [py<310]
4445 - authlib >=1.6.9
4546 - aiohttp >=3.13.5
46- - cryptography >=46.0.7 # [not ppc64le]
47+ - cryptography >=46.0.7 # [not ppc64le]
4748 - pip-audit >=2.0.0
4849 - uv >=0.9.6 # [not ppc64le]
4950 - urllib3 >=2.6.3
You can’t perform that action at this time.
0 commit comments