2026-07-08 Conda Ecosystem Meeting
Zoom link · What time is the meeting in my time zone: 5pm, 2pm
Various parts of the conda ecosystem gather on a regular basis. This meeting brings together all of these sub-communities for a community wide call.
Attendees
- DJC: Daniel Ching (@carterbox), NVIDIA, CF/SR
- Wolf Vollprecht (@wolfv)
- JS: Jakov Smolic (@jsmolic), Quansight
- JK: John Kirkham (@jakirkham), NVIDIA/CF/CFC
Introductions
- ...
Announcements
- ...
From previous meetings
- JS: conda-skeleton deprecation (https://github.com/conda/conda-build/pull/6023)
- rattler-build R recipe generation improvements: https://github.com/prefix-dev/rattler-build/issues/2563
- The rattler-build playground can now even generate recipes online using WASM! https://playground.rattler.build/

New agenda items
- (JRG) Please check CEP amendments by Wolf: CEP 44 https://github.com/conda/ceps/pull/177, CEP 14 https://github.com/conda/ceps/pull/176.
- (DJC)
__cuda_archprogress update- Two Issues:
-
- How to handle package managers that don't implement
__cuda_arch?
- How to handle package managers that don't implement
-
- How to handle package managers which ignore run_constraints on virtual packages?
-
- Same solution for both.
cuda-archassumes system has lowest supported arch; otherwise__cuda_archis required.- i.e. Users will get code compatible with 5.0/7.5 unless their package manager implements
__cuda_arch - Bug fixes for ignored run_constraints still required for correct
cuda-versionselection - https://github.com/conda-forge/cuda-arch-feedstock/pull/1
- https://github.com/conda-forge/conda-forge-ci-setup-feedstock/pull/420
- i.e. Users will get code compatible with 5.0/7.5 unless their package manager implements
- Two Issues:
- (JK)
py-rattlerpin inconda-build,conda-smithy, and elsewhere. How could we handle this better?- (WV) Type checking could help catch issues and then we could use dependabot
- (DJC) Would semver be an option?
- (WV) Maybe we could do 1.0 post SciPy. Need to check with team.
- (WV) Type checking would still be useful though
Deferred to next meeting
- JS: conda-skeleton deprecation (https://github.com/conda/conda-build/pull/6023)