update pip building, troubleshooting with new makefile, plus friendly error message when fail importing sklearn
This commit is contained in:
@@ -34,7 +34,7 @@ LIB_PATH = libpath['find_lib_path']()
|
||||
#and be sure to test it firstly using "python setup.py register sdist upload -r pypitest"
|
||||
setup(name='xgboost',
|
||||
#version=open(os.path.join(CURRENT_DIR, 'xgboost/VERSION')).read().strip(),
|
||||
version='0.4a28',
|
||||
version='0.4a30',
|
||||
description=open(os.path.join(CURRENT_DIR, 'README.rst')).read(),
|
||||
install_requires=[
|
||||
'numpy',
|
||||
|
||||
Reference in New Issue
Block a user