File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ ipython_config.py
111111
112112# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
113113__pypackages__ /
114-
114+ extras_require={"test": read_requirements("requirements-test.txt")},
115115# Celery stuff
116116celerybeat-schedule
117117celerybeat.pid
Original file line number Diff line number Diff line change 1- 0.1.0
1+ 0.1.1
Original file line number Diff line number Diff line change 1+ from .trainer import Trainer
2+ from .training_args import TrainingArguments
Original file line number Diff line number Diff line change @@ -42,4 +42,4 @@ def read_requirements(path):
4242 entry_points = {
4343 "console_scripts" : ["project_name = project_name.__main__:main" ]
4444 },
45- )
45+ )
You can’t perform that action at this time.
0 commit comments