This repository has been archived on 2023-06-02. You can view files and clone it, but cannot push or open issues or pull requests.
mltraining/environment.yml
Harrison d16ffd2ef5
All checks were successful
ydeng/mltraining/pipeline/head This commit looks good
Added 'twine' and 'python' as explicit environment dependencies
2023-06-02 17:24:30 +00:00

17 lines
263 B
YAML

name: mltraining
channels:
- conda-forge
- huggingface
dependencies:
- python=3.9
- transformers=4.28
- python-build=0.10
- pip=23.1
- setuptools=67.7
- pytest=7.3
- pytest-cov=4
- twine=4
- pip:
- evaluate==0.4
- datasets==2.12