From 98e913ca79c75732fed228ecae76e575c8720c86 Mon Sep 17 00:00:00 2001 From: Ramesh Sridharan Date: Fri, 9 Apr 2021 13:49:29 -0700 Subject: [PATCH] upgrade: bump orbyter-ml-dev with line-profiler and isort --- orbyter-ml-dev/README.md | 53 +++++---------------------------- orbyter-ml-dev/VERSION | 2 +- orbyter-ml-dev/requirements.txt | 5 ++-- 3 files changed, 11 insertions(+), 49 deletions(-) diff --git a/orbyter-ml-dev/README.md b/orbyter-ml-dev/README.md index e398349..79909bc 100644 --- a/orbyter-ml-dev/README.md +++ b/orbyter-ml-dev/README.md @@ -13,60 +13,21 @@ docker run -it manifoldai/orbyter-ml-dev:3.3 bash ## Image overview -For a complete list all packages, run `pip freeze` in a container. Below is a summary of -the useful packages for ML development. +For a complete list all packages, run `pip freeze` in a container. For a summary of +the useful packages for ML development, see [requirements.txt]. System: * Ubuntu 20.04 LTS * Python 3.8.5 -### Included Packages : -* bayesian-optimization==1.2.0 -* black==20.8b1 -* boto3==1.17.10 -* click==7.1.2 -* coloredlogs==15.0 -* dask[complete]==2021.02.0 -* dask-ml==1.8.0 -* dvc==1.11.16 -* flake8==3.8.4 -* ipdb==0.13.4 -* ipython==7.20.0 -* isort==5.7.0 -* jsonlines==2.0.0 -* jupyter==1.0.0 -* jupyter-contrib-nbextensions==0.5.1 -* jupyterlab==3.0.7 -* lightgbm==3.1.1 -* matplotlib==3.3.4 -* mlflow==1.13.1 -* more-itertools==8.7.0 -* mypy==0.800 -* notebook==6.2.0 -* numpy==1.20.1 -* pandas==1.2.2 -* plotly==4.14.3 -* pluggy==0.13.1 -* psycopg2==2.8.6 -* pyarrow==3.0.0 -* pytest==6.2.2 -* python-dotenv==0.15.0 -* pytictoc==1.5.1 -* scikit-learn==0.24.1 -* scipy==1.6.0 -* seaborn==0.11.1 -* shap==0.38.1 -* Sphinx==3.5.1 -* SQLAlchemy==1.3.23 -* statsmodels==0.12.2 -* streamlit==0.76.0 -* tqdm==4.56.2 -* xarray==0.16.2 -* xgboost==1.3.3 ## Release Notes: +### 3.4 + +Upgrade isort to `5.8.0` and add `line_profiler`. + ### 3.3 Pin `ipython==7.20.0` to avoid `jedi` autocompletion bug with earlier versions @@ -190,4 +151,4 @@ System: * streamlit==0.73.1 * tqdm==4.55.0 * xarray==0.16.2 -* xgboost==1.3.1 \ No newline at end of file +* xgboost==1.3.1 diff --git a/orbyter-ml-dev/VERSION b/orbyter-ml-dev/VERSION index eb39e53..2f4b607 100644 --- a/orbyter-ml-dev/VERSION +++ b/orbyter-ml-dev/VERSION @@ -1 +1 @@ -3.3 +3.4 diff --git a/orbyter-ml-dev/requirements.txt b/orbyter-ml-dev/requirements.txt index 29d166e..c916aa5 100644 --- a/orbyter-ml-dev/requirements.txt +++ b/orbyter-ml-dev/requirements.txt @@ -9,12 +9,13 @@ dvc==1.11.16 flake8==3.8.4 ipdb==0.13.4 ipython==7.20.0 -isort==5.7.0 +isort==5.8.0 jsonlines==2.0.0 jupyter==1.0.0 jupyter-contrib-nbextensions==0.5.1 jupyterlab==3.0.7 lightgbm==3.1.1 +line-profiler==3.1.0 matplotlib==3.3.4 mlflow==1.13.1 more-itertools==8.7.0 @@ -39,4 +40,4 @@ statsmodels==0.12.2 streamlit==0.76.0 tqdm==4.56.2 xarray==0.16.2 -xgboost==1.3.3 \ No newline at end of file +xgboost==1.3.3