From 0ebe0fafd2a51b825869ea4829ee59f060d0dbec Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 18 Jun 2020 23:53:23 +0000 Subject: [PATCH] chore(deps): update dependency xgboost to v1 --- poetry.lock | 29 +++++++++++++++++------------ pyproject.toml | 2 +- 2 files changed, 18 insertions(+), 13 deletions(-) diff --git a/poetry.lock b/poetry.lock index c57a1df0..fb3fc509 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,7 +1,7 @@ [[package]] category = "dev" description = "Disable App Nap on OS X 10.9" -marker = "python_version >= \"3.3\" and sys_platform == \"darwin\" or platform_system == \"Darwin\"" +marker = "sys_platform == \"darwin\" or platform_system == \"Darwin\" or python_version >= \"3.3\" and sys_platform == \"darwin\"" name = "appnope" optional = false python-versions = "*" @@ -24,7 +24,6 @@ tests = ["coverage", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.i [[package]] category = "dev" description = "Specifications for callback functions passed in to an API" -marker = "python_version >= \"3.3\"" name = "backcall" optional = false python-versions = "*" @@ -45,7 +44,7 @@ webencodings = "*" [[package]] category = "dev" description = "Cross-platform colored terminal text." -marker = "python_version >= \"3.3\" and sys_platform == \"win32\"" +marker = "python_version >= \"3.3\" and sys_platform == \"win32\" or sys_platform == \"win32\"" name = "colorama" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" @@ -198,7 +197,6 @@ test = ["pytest (>=3.6.0)", "pytest-cov", "mock"] [[package]] category = "dev" description = "An autocompletion tool for Python that can be used for text editors." -marker = "python_version >= \"3.3\"" name = "jedi" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" @@ -487,7 +485,7 @@ testing = ["docopt", "pytest (>=3.0.7)"] [[package]] category = "dev" description = "Pexpect allows easy control of interactive console applications." -marker = "python_version >= \"3.3\" and sys_platform != \"win32\"" +marker = "python_version >= \"3.3\" and sys_platform != \"win32\" or sys_platform != \"win32\"" name = "pexpect" optional = false python-versions = "*" @@ -499,7 +497,6 @@ ptyprocess = ">=0.5" [[package]] category = "dev" description = "Tiny 'shelve'-like database with concurrency support" -marker = "python_version >= \"3.3\"" name = "pickleshare" optional = false python-versions = "*" @@ -803,13 +800,20 @@ category = "dev" description = "XGBoost Python Package" name = "xgboost" optional = false -python-versions = ">=3.4" -version = "0.90" +python-versions = ">=3.5" +version = "1.1.1" [package.dependencies] numpy = "*" scipy = "*" +[package.extras] +dask = ["dask", "pandas", "distributed"] +datatable = ["datatable"] +pandas = ["pandas"] +plotting = ["graphviz", "matplotlib"] +scikit-learn = ["scikit-learn"] + [[package]] category = "dev" description = "Backport of pathlib-compatible object wrapper for zip files" @@ -824,7 +828,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "dba754f0b9d194e7966bfcde6c877ecc2c99b2ca342be245206d425795d59175" +content-hash = "7dfaef4619dcabe3dadae49a682259f264f96a656c4013c33391cf785c0dcbb4" python-versions = "^3.6" [metadata.files] @@ -1297,9 +1301,10 @@ widgetsnbextension = [ {file = "widgetsnbextension-3.5.1.tar.gz", hash = "sha256:079f87d87270bce047512400efd70238820751a11d2d8cb137a5a5bdbaf255c7"}, ] xgboost = [ - {file = "xgboost-0.90-py2.py3-none-manylinux1_x86_64.whl", hash = "sha256:898f26bb66589c644d17deff1b03961504f7ad79296ed434d0d7a5e9cb4deae6"}, - {file = "xgboost-0.90-py2.py3-none-win_amd64.whl", hash = "sha256:5ec073f6d68348784e9afdb831371fefb89de896d8eb58e79244ad05177c5753"}, - {file = "xgboost-0.90.tar.gz", hash = "sha256:d69f90d61a63e8889fd39a31ad00c629bac1ca627f8406b9b6d4594c9e29ab84"}, + {file = "xgboost-1.1.1-py3-none-macosx_10_13_x86_64.macosx_10_14_x86_64.macosx_10_15_x86_64.whl", hash = "sha256:911b2fe8689073ffa65f5b51552233d2a874f6fb0f670775c9c416cae0d2b0cb"}, + {file = "xgboost-1.1.1-py3-none-manylinux2010_x86_64.whl", hash = "sha256:483c49c6ea0d0ccfa607f5847613bb5deeca91a31f8bc79dc933017b3a4a27f1"}, + {file = "xgboost-1.1.1-py3-none-win_amd64.whl", hash = "sha256:e52c8a831efe18c42b35e5ea699eec77cba0db52dfb66b264f32451c31bb5d75"}, + {file = "xgboost-1.1.1.tar.gz", hash = "sha256:45741bb6c3a09b050b974baec8353d649d0e730a9d78dc0382c998d53b8e89b3"}, ] zipp = [ {file = "zipp-3.1.0-py3-none-any.whl", hash = "sha256:aa36550ff0c0b7ef7fa639055d797116ee891440eac1a56f378e2d3179e0320b"}, diff --git a/pyproject.toml b/pyproject.toml index 3b1cc3c3..91f1a806 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ scipy=">1.4" [tool.poetry.dev-dependencies] jupyter="1.0.0" -xgboost="0.90" +xgboost="1.1.1" matplotlib="3.1.1" wget="3.2" pandas="0.25.3"