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

18 lines
258 B
INI
Raw Permalink Normal View History

2023-06-02 05:19:43 +00:00
[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