| 123456789101112131415161718192021222324252627 | name: prompt-migrationchannels:  - defaults  - pytorch  - conda-forgedependencies:  - python=3.10  # Updated to match pyproject.toml requires-python  - pip  - jupyter  - notebook  - numpy<2  # Matches pyproject.toml dependency  - pip:      - lm-eval[wandb,api,math,ifeval,sentencepiece]>=0.4.7      - python-dotenv>=1.0.1      - ipdb>=0.13.13      - ipython>=8.31.0      - pytest>=8.3.4      - ruff>=0.9.1      - ipykernel>=6.29.5      - torch      - transformers      - openai      - databricks-sdk      - python-dotenv      - dspy      - huggingface_hub
 |