agent-gui / data /environment.yml
introvoyz041's picture
Migrated from GitHub
c453128 verified
Raw
History Blame Contribute Delete
243 Bytes
name: agent-gui
channels:
- conda-forge
- defaults
dependencies:
- python=3.12
- pip
# Python package deps are pinned in pyproject.toml (single source of truth).
# After `conda activate agent-gui`, install them with: pip install -e .