Don't use hardcoded version.

This commit is contained in:
Ryan Curtin
2018-07-12 13:56:54 -04:00
parent 1ff4b08c69
commit 5b1b7d3b3d
+1 -1
View File
@@ -91,7 +91,7 @@ setup(name='mlpack',
'Topic :: Software Development :: Libraries :: Application Frameworks'],
keywords='machine learning, data mining, deep learning, optimization',
project_urls={
'Documentation': 'http://www.mlpack.org/docs/mlpack-3.0.0/python.html',
'Documentation': 'http://www.mlpack.org/docs/mlpack-${PACKAGE_VERSION}/python.html',
'Source': 'https://github.com/mlpack/mlpack/',
'Tracker': 'https://github.com/mlpack/mlpack/issues'},
install_requires=['cython>=0.24', 'numpy', 'pandas'],