Update python venv with missing analysis packages
parent
b3fbc79195
commit
f625cbd981
|
@ -1,9 +1,10 @@
|
||||||
name: rapids202007
|
name: rapids202007
|
||||||
channels:
|
channels:
|
||||||
- conda-forge
|
|
||||||
- anaconda
|
- anaconda
|
||||||
|
- conda-forge
|
||||||
- defaults
|
- defaults
|
||||||
dependencies:
|
dependencies:
|
||||||
|
- _py-xgboost-mutex=2.0
|
||||||
- appdirs=1.4.3
|
- appdirs=1.4.3
|
||||||
- arrow=0.15.2
|
- arrow=0.15.2
|
||||||
- asn1crypto=1.2.0
|
- asn1crypto=1.2.0
|
||||||
|
@ -12,7 +13,7 @@ dependencies:
|
||||||
- binaryornot=0.4.4
|
- binaryornot=0.4.4
|
||||||
- blas=1.0
|
- blas=1.0
|
||||||
- bzip2=1.0.8
|
- bzip2=1.0.8
|
||||||
- ca-certificates=2020.6.24
|
- ca-certificates=2020.6.20
|
||||||
- certifi=2020.6.20
|
- certifi=2020.6.20
|
||||||
- cffi=1.13.1
|
- cffi=1.13.1
|
||||||
- chardet=3.0.4
|
- chardet=3.0.4
|
||||||
|
@ -25,16 +26,22 @@ dependencies:
|
||||||
- gitdb2=2.0.6
|
- gitdb2=2.0.6
|
||||||
- gitpython=3.0.4
|
- gitpython=3.0.4
|
||||||
- idna=2.8
|
- idna=2.8
|
||||||
|
- imbalanced-learn=0.6.2
|
||||||
- importlib_metadata=0.23
|
- importlib_metadata=0.23
|
||||||
- intel-openmp=2019.4
|
- intel-openmp=2019.4
|
||||||
- jinja2=2.10.3
|
- jinja2=2.10.3
|
||||||
- jinja2-time=0.2.0
|
- jinja2-time=0.2.0
|
||||||
- joblib=0.16.0
|
- joblib=0.16.0
|
||||||
- jsonschema=3.1.1
|
- jsonschema=3.1.1
|
||||||
|
- libblas=3.8.0
|
||||||
|
- libcblas=3.8.0
|
||||||
- libcxx=9.0.0
|
- libcxx=9.0.0
|
||||||
- libedit=3.1.20181209
|
- libedit=3.1.20181209
|
||||||
- libffi=3.2.1
|
- libffi=3.2.1
|
||||||
- libgfortran
|
- libgfortran
|
||||||
|
- liblapack=3.8.0
|
||||||
|
- libxgboost=0.90
|
||||||
|
- lightgbm=2.3.0
|
||||||
- llvm-openmp=10.0.0
|
- llvm-openmp=10.0.0
|
||||||
- markupsafe=1.1.1
|
- markupsafe=1.1.1
|
||||||
- mkl=2019.4
|
- mkl=2019.4
|
||||||
|
@ -52,11 +59,13 @@ dependencies:
|
||||||
- plotly=4.2.1
|
- plotly=4.2.1
|
||||||
- poyo=0.5.0
|
- poyo=0.5.0
|
||||||
- psutil=5.6.3
|
- psutil=5.6.3
|
||||||
|
- py-xgboost=0.90
|
||||||
- pycparser=2.19
|
- pycparser=2.19
|
||||||
- pyopenssl=19.0.0
|
- pyopenssl=19.0.0
|
||||||
- pysocks=1.7.1
|
- pysocks=1.7.1
|
||||||
- python=3.7.3
|
- python=3.7.3
|
||||||
- python-dateutil=2.8.0
|
- python-dateutil=2.8.0
|
||||||
|
- python_abi=3.7
|
||||||
- pytz=2019.3
|
- pytz=2019.3
|
||||||
- pyyaml=5.1.2
|
- pyyaml=5.1.2
|
||||||
- readline=8.0
|
- readline=8.0
|
||||||
|
@ -73,6 +82,7 @@ dependencies:
|
||||||
- wheel=0.33.6
|
- wheel=0.33.6
|
||||||
- whichcraft=0.6.1
|
- whichcraft=0.6.1
|
||||||
- wrapt=1.11.2
|
- wrapt=1.11.2
|
||||||
|
- xgboost=0.90
|
||||||
- xz=5.2.4
|
- xz=5.2.4
|
||||||
- yaml=0.1.7
|
- yaml=0.1.7
|
||||||
- zipp=0.6.0
|
- zipp=0.6.0
|
||||||
|
|
Loading…
Reference in New Issue