mirror of
https://github.com/langchain-ai/staged-recipes.git
synced 2026-07-01 20:54:22 -04:00
994b9e6089
* fix: use new Index class due to deprecations in conda 25.9.0 * prod: update conda version in environment.yaml to 25.9.0 * fix: update conda version requirement in pixi.toml to 25.9.0
16 lines
312 B
YAML
16 lines
312 B
YAML
name: build
|
|
channels:
|
|
- conda-forge
|
|
- nodefaults
|
|
dependencies:
|
|
- python 3.12.*
|
|
- conda >=25.9.0
|
|
- conda-libmamba-solver >=24.9.0
|
|
- conda-build >=25.3.1
|
|
- conda-index >=0.3.0
|
|
- conda-forge-ci-setup >=4.9.3,<5.0
|
|
- conda-forge-pinning *
|
|
- frozendict *
|
|
- networkx 2.4.*
|
|
- rattler-build-conda-compat >=1.2.0,<2.0.0a0
|