environment.yml 558 B

1234567891011121314151617181920212223
  1. name: prompt-migration
  2. channels:
  3. - defaults
  4. - pytorch
  5. - conda-forge
  6. dependencies:
  7. - python=3.10 # Updated to match pyproject.toml requires-python
  8. - pip
  9. - numpy<2 # Matches pyproject.toml dependency
  10. - pip:
  11. - dspy @ git+ssh://git@github.com/stanfordnlp/dspy.git
  12. - lm-eval[wandb,api,math,ifeval,sentencepiece]>=0.4.7
  13. - python-dotenv>=1.0.1
  14. - ipdb>=0.13.13
  15. - ipython>=8.31.0
  16. - pytest>=8.3.4
  17. - ruff>=0.9.1
  18. - ipykernel>=6.29.5
  19. - torch
  20. - transformers
  21. - openai
  22. - databricks-sdk