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 50de90f commit 8325075Copy full SHA for 8325075
setup.py
@@ -63,13 +63,13 @@ def run(self):
63
" and robustness of your deep learning model"
64
),
65
license="BSD 3-Clause",
66
- url="https://github.com/xuyxu/Ensemble-Pytorch",
+ url="https://github.com/TorchEnsemble-Community/Ensemble-Pytorch",
67
project_urls={
68
- "Bug Tracker": "https://github.com/xuyxu/Ensemble-Pytorch/issues",
+ "Bug Tracker": "https://github.com/TorchEnsemble-Community/Ensemble-Pytorch/issues",
69
"Documentation": "https://ensemble-pytorch.readthedocs.io",
70
- "Source Code": "https://github.com/xuyxu/Ensemble-Pytorch",
+ "Source Code": "https://github.com/TorchEnsemble-Community/Ensemble-Pytorch",
71
},
72
- version="0.1.4",
+ version="0.1.5",
73
long_description=long_description,
74
classifiers=[
75
"Intended Audience :: Science/Research",
0 commit comments