Philip Hyunsu Cho
4d2779663e
Require Python 3.5+ in setup.py ( #5021 )
2019-11-18 18:55:58 -08:00
Oleksandr Pryimak
5544a730f1
Add optional dependencies to setup.py ( #4655 )
2019-07-16 17:12:43 +08:00
Philip Hyunsu Cho
515f5f5c47
[RFC] Version 0.90 release candidate ( #4475 )
...
* Release 0.90
* Add script to automatically generate acknowledgment
* Update NEWS.md
2019-05-20 01:02:44 -07:00
Philip Hyunsu Cho
017acf54d9
Fix up make pippack command for building source package for PyPI ( #3199 )
...
* Now `make pippack` works without any manual action: it will produce
xgboost-[version].tar.gz, which one can use by typing
`pip3 install xgboost-[version].tar.gz`.
* Detect OpenMP-capable compilers (clang, gcc-5, gcc-7) on MacOS
2018-03-28 10:32:52 -07:00
Philip Cho
4aa346c10b
Update PyPI maintainer; use VERSION for binary wheels ( #2992 )
2017-12-31 12:03:08 +09:00
Rory Mitchell
56550ff3f1
Fix pylint ( #2537 )
2017-07-21 11:41:56 +12:00
Holger Peters
95510b9667
Inform setuptools that this is a binary package ( #1996 )
...
* Inform setuptools that this is a binary package that needs platform-tags in wheel names.
This fixes issue #1995 .
* PEP8 Formatting
* Add docstring
2017-03-07 09:26:04 -06:00
Hongliang Liu
c5a2b79558
PyPI (pip installation) setup for 0.6 code ( #1445 )
...
* force gcc-5 or clang-omp for Mac OS, prepare for pip pack
* add sklearn dep, make -j4
* finalize PyPI submission
* revert to Xcode clang for passing build #1468
* force to clang, try to solve cmake travis error
* remove sklearn dependency
2016-08-10 07:45:56 -05:00
sinhrks
8fc2456c87
Enable flake8
2016-04-24 17:32:31 +09:00
terrytangyuan
0eb6240fd0
Fixed all lint errors
2015-12-11 18:46:15 -06:00
phunterlau
a4840b0268
update pip building, troubleshooting with new makefile, plus friendly error message when fail importing sklearn
2015-12-07 22:29:46 -08:00
phunterlau
ee4096d23e
fix pushd problem of pip building, convert README to rst for PyPI
2015-11-11 23:03:07 -08:00
phunterlau
739b3f2c5f
separate setup.py with pip installation, add trouble shooting page
2015-11-01 22:11:11 -08:00