aimingmed-ai/app/llmops/python_env.yml
2025-02-22 13:58:52 +08:00

17 lines
363 B
YAML

# Python version required to run the project.
python: "3.11.11"
# Dependencies required to build packages. This field is optional.
build_dependencies:
- pip==23.3.1
- setuptools
- wheel==0.37.1
- pyyaml
- hydra-core==1.3.2
- virtualenv
- python-decouple
# Dependencies required to run the project.
dependencies:
- mlflow==2.8.1
- wandb==0.19.4