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/setup.cfg
Harrison 4c0e7fe25c
All checks were successful
ydeng/mltraining/pipeline/head This commit looks good
Setup as 'pip' library
2023-06-02 05:33:57 +00:00

18 lines
258 B
INI

[metadata]
name = mltraining
version = 0.0.1
[options]
package_dir =
= src
packages = mltraining
install_requires =
transformers==4.28
evaluate==0.4
datasets==2.12
pytest==7.3
[tool:pytest]
pythonpath = src
testpaths = tests
log_cli = 1