From 206677818f477dd528d6d10daceb8b5528e619b6 Mon Sep 17 00:00:00 2001 From: Stephen Dodson Date: Mon, 24 Feb 2020 09:20:36 +0000 Subject: [PATCH] Fixes to enforce xgboost==0.90 Issue raised to upgrade xgboost version --- CONTRIBUTING.md | 2 ++ docs/requirements-docs.txt | 2 +- requirements-dev.txt | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c59a71e..3f74719 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -154,6 +154,8 @@ currently using a minimum version of PyCharm 2019.2.4. - Setup Elasticsearch instance (assumes `localhost:9200`), and run `python -m eland.tests.setup_tests` to setup test environment -*note this modifies Elasticsearch indices* +- Install local `eland` module (required to execute notebook tests) + `python install setup.py` - Run `pytest --nbval --doctest-modules` to validate install ### Documentation diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 0cb5967..e196dfd 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -6,4 +6,4 @@ git+https://github.com/pandas-dev/pandas-sphinx-theme.git@master numpydoc>=0.9.0 nbsphinx scikit-learn -xgboost +xgboost==0.90 diff --git a/requirements-dev.txt b/requirements-dev.txt index 055c923..d11a0b4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,4 +5,4 @@ pytest>=5.2.1 nbval numpydoc>=0.9.0 scikit-learn>=0.22.1 -xgboost>=0.90 +xgboost==0.90