valentins-bf-benchmark-runs/c7761d6b6da344e2a6fd78e4acc2e5da/artifacts/source/python_env.yaml
2025-06-08 16:43:58 +02:00

10 lines
271 B (Stored with Git LFS)
YAML

# Python version required to run the project.
python: "3.11"
# Dependencies required to build packages. This field is optional.
build_dependencies:
- pip
- setuptools
- wheel==0.37.1
# Dependencies required to run the project.
dependencies:
- -r requirements.txt