From 8e974d82e499c7bb5b6fe95bdf505f7e803cc074 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 17 May 2020 09:54:09 +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..5ec31b6e 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.0" [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 = "6189eb0052be00551adc042a28b8d3047a6230a8d9c60b8b80d566d24c1b47fb" 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.0-py3-none-macosx_10_13_x86_64.macosx_10_14_x86_64.macosx_10_15_x86_64.whl", hash = "sha256:53487b57bf244042339f4e87f95e8dfae00a2c592fbc4b86377ad19c62e2fa96"}, + {file = "xgboost-1.1.0-py3-none-manylinux2010_x86_64.whl", hash = "sha256:ba77ffcd43855012fc6bda072a59dd198d344751e8c60c6a35cf3e5e593f086d"}, + {file = "xgboost-1.1.0-py3-none-win_amd64.whl", hash = "sha256:1538f7d033bfe567e963c185bb0c970ab82c61603b4b0ec24244362fe6f18ab7"}, + {file = "xgboost-1.1.0.tar.gz", hash = "sha256:2e719d9b602982617f92aee3cd233c0dfedeb86f2c1025a7c343f44f67399367"}, ] zipp = [ {file = "zipp-3.1.0-py3-none-any.whl", hash = "sha256:aa36550ff0c0b7ef7fa639055d797116ee891440eac1a56f378e2d3179e0320b"}, diff --git a/pyproject.toml b/pyproject.toml index f8bec108..3dbde5b1 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.0" matplotlib="3.1.1" wget="3.2" pandas="0.25.3"