mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-01-19 13:23:23 +08:00
15 lines
434 B
YAML
15 lines
434 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
|
|
- requests==2.24.0
|
|
|
|
# Dependencies required to run the project.
|
|
dependencies:
|
|
- mlflow==2.8.1
|
|
- wandb==0.16.0
|
|
- git+https://github.com/udacity/nd0821-c2-build-model-workflow-starter.git#egg=wandb-utils&subdirectory=components
|