We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e493d99 commit c3c5acfCopy full SHA for c3c5acf
autoPyTorch/automl_common
setup.py
@@ -71,5 +71,6 @@
71
},
72
test_suite="pytest",
73
data_files=[('configs', ['autoPyTorch/configs/default_pipeline_options.json']),
74
- ('portfolio', ['autoPyTorch/configs/greedy_portfolio.json'])]
+ ('portfolio', ['autoPyTorch/configs/greedy_portfolio.json'])],
75
+ dependency_links=['https://github.com/automl/automl_common.git/tarball/autoPyTorch#egg=package-0.0.1']
76
)
0 commit comments