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 4f49c0c commit ea13b36Copy full SHA for ea13b36
setup.py
@@ -64,7 +64,7 @@ def run(self):
64
'Bug Tracker': 'https://github.com/xuyxu/Ensemble-Pytorch/issues',
65
'Documentation': 'https://ensemble-pytorch.readthedocs.io',
66
'Source Code': 'https://github.com/xuyxu/Ensemble-Pytorch'},
67
- version='0.1.0',
+ version='0.1.1',
68
long_description=long_description,
69
classifiers=[
70
'Intended Audience :: Science/Research',
@@ -83,5 +83,6 @@ def run(self):
83
keywords=['PyTorch', 'Ensemble Learning'],
84
packages=find_packages(),
85
cmdclass=cmdclass,
86
+ python_requires=">=3.6",
87
install_requires=install_requires,
88
)
0 commit comments