From f625cbd98166f65a8340815f53970a63f3a77a12 Mon Sep 17 00:00:00 2001 From: JulioV Date: Mon, 17 Aug 2020 20:01:12 -0400 Subject: [PATCH] Update python venv with missing analysis packages --- environment.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 35ae2223..38a15b75 100644 --- a/environment.yml +++ b/environment.yml @@ -1,9 +1,10 @@ name: rapids202007 channels: - - conda-forge - anaconda + - conda-forge - defaults dependencies: + - _py-xgboost-mutex=2.0 - appdirs=1.4.3 - arrow=0.15.2 - asn1crypto=1.2.0 @@ -12,7 +13,7 @@ dependencies: - binaryornot=0.4.4 - blas=1.0 - bzip2=1.0.8 - - ca-certificates=2020.6.24 + - ca-certificates=2020.6.20 - certifi=2020.6.20 - cffi=1.13.1 - chardet=3.0.4 @@ -25,16 +26,22 @@ dependencies: - gitdb2=2.0.6 - gitpython=3.0.4 - idna=2.8 + - imbalanced-learn=0.6.2 - importlib_metadata=0.23 - intel-openmp=2019.4 - jinja2=2.10.3 - jinja2-time=0.2.0 - joblib=0.16.0 - jsonschema=3.1.1 + - libblas=3.8.0 + - libcblas=3.8.0 - libcxx=9.0.0 - libedit=3.1.20181209 - libffi=3.2.1 - libgfortran + - liblapack=3.8.0 + - libxgboost=0.90 + - lightgbm=2.3.0 - llvm-openmp=10.0.0 - markupsafe=1.1.1 - mkl=2019.4 @@ -52,11 +59,13 @@ dependencies: - plotly=4.2.1 - poyo=0.5.0 - psutil=5.6.3 + - py-xgboost=0.90 - pycparser=2.19 - pyopenssl=19.0.0 - pysocks=1.7.1 - python=3.7.3 - python-dateutil=2.8.0 + - python_abi=3.7 - pytz=2019.3 - pyyaml=5.1.2 - readline=8.0 @@ -73,6 +82,7 @@ dependencies: - wheel=0.33.6 - whichcraft=0.6.1 - wrapt=1.11.2 + - xgboost=0.90 - xz=5.2.4 - yaml=0.1.7 - zipp=0.6.0