File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,8 @@ def run(self):
5959 maintainer = "Yi-Xuan Xu" ,
6060 maintainer_email = "xuyx@lamda.nju.edu.cn" ,
6161 description = (
62- "Implementations of scikit-learn like ensemble methods in Pytorch"
62+ "A unified ensemble framework for PyTorch to improve the performance"
63+ " and robustness of your deep learning model"
6364 ),
6465 license = "BSD 3-Clause" ,
6566 url = "https://github.com/xuyxu/Ensemble-Pytorch" ,
@@ -68,7 +69,7 @@ def run(self):
6869 "Documentation" : "https://ensemble-pytorch.readthedocs.io" ,
6970 "Source Code" : "https://github.com/xuyxu/Ensemble-Pytorch" ,
7071 },
71- version = "0.1.2 " ,
72+ version = "0.1.3 " ,
7273 long_description = long_description ,
7374 classifiers = [
7475 "Intended Audience :: Science/Research" ,
@@ -85,7 +86,7 @@ def run(self):
8586 "Programming Language :: Python :: 3.7" ,
8687 "Programming Language :: Python :: 3.8" ,
8788 ],
88- keywords = ["PyTorch" , "Ensemble Learning" ],
89+ keywords = ["Deep Learning" , " PyTorch" , "Ensemble Learning" ],
8990 packages = find_packages (),
9091 cmdclass = cmdclass ,
9192 python_requires = ">=3.6" ,
You can’t perform that action at this time.
0 commit comments