Read the Docs build information Build id: 299410 Project: feature-labs-inc-evalml Version: v0.7.0 Commit: e3be7ae1aa2963abc3fc5bc0a46d78a45c1ee289 Date: 2020-03-09T21:46:06.703004Z State: finished Success: False [rtd-command-info] start-time: 2020-03-09T21:53:11.306220Z, end-time: 2020-03-09T21:53:13.091807Z, duration: 1, exit-code: 0 git clone --no-single-branch --depth 50 git@github.com:FeatureLabs/evalml.git . Cloning into '.'... Warning: Permanently added 'github.com,192.30.255.112' (RSA) to the list of known hosts. [rtd-command-info] start-time: 2020-03-09T21:53:13.515387Z, end-time: 2020-03-09T21:53:13.787914Z, duration: 0, exit-code: 0 git checkout --force origin/v0.7.0 Note: checking out 'origin/v0.7.0'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b HEAD is now at e3be7ae pushing fresh build for circleCI [rtd-command-info] start-time: 2020-03-09T21:53:14.065957Z, end-time: 2020-03-09T21:53:14.312882Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2020-03-09T21:53:15.767081Z, end-time: 2020-03-09T21:53:20.829189Z, duration: 5, exit-code: 0 python3.7 -mvirtualenv --no-site-packages Using base prefix '/home/docs/.pyenv/versions/3.7.3' New python executable in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/bin/python3.7 Also creating executable in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/bin/python Installing setuptools, pip, wheel... done. [rtd-command-info] start-time: 2020-03-09T21:53:21.082245Z, end-time: 2020-03-09T21:53:22.077191Z, duration: 0, exit-code: 0 python -m pip install --upgrade --cache-dir /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/.cache/pip pip Requirement already up-to-date: pip in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (20.0.2) [rtd-command-info] start-time: 2020-03-09T21:53:22.231699Z, end-time: 2020-03-09T21:53:37.266890Z, duration: 15, exit-code: 0 python -m pip install --upgrade --cache-dir /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/.cache/pip Pygments==2.3.1 setuptools==41.0.1 docutils==0.14 mock==1.0.1 pillow==5.4.1 alabaster>=0.7,<0.8,!=0.7.5 commonmark==0.8.1 recommonmark==0.5.0 sphinx<2 sphinx-rtd-theme<0.5 readthedocs-sphinx-ext<1.1 Collecting Pygments==2.3.1 Using cached Pygments-2.3.1-py2.py3-none-any.whl (849 kB) Collecting setuptools==41.0.1 Using cached setuptools-41.0.1-py2.py3-none-any.whl (575 kB) Collecting docutils==0.14 Using cached docutils-0.14-py3-none-any.whl (543 kB) Processing /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/.cache/pip/wheels/16/03/37/f0a64ab894c9102906f192db1a4071b7592292ad661563c69b/mock-1.0.1-py3-none-any.whl Collecting pillow==5.4.1 Using cached Pillow-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (2.0 MB) Collecting alabaster!=0.7.5,<0.8,>=0.7 Using cached alabaster-0.7.12-py2.py3-none-any.whl (14 kB) Collecting commonmark==0.8.1 Using cached commonmark-0.8.1-py2.py3-none-any.whl (47 kB) Collecting recommonmark==0.5.0 Using cached recommonmark-0.5.0-py2.py3-none-any.whl (9.8 kB) Collecting sphinx<2 Using cached Sphinx-1.8.5-py2.py3-none-any.whl (3.1 MB) Collecting sphinx-rtd-theme<0.5 Using cached sphinx_rtd_theme-0.4.3-py2.py3-none-any.whl (6.4 MB) Collecting readthedocs-sphinx-ext<1.1 Using cached readthedocs_sphinx_ext-1.0.1-py2.py3-none-any.whl (14 kB) Processing /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/.cache/pip/wheels/56/b0/fe/4410d17b32f1f0c3cf54cdfb2bc04d7b4b8f4ae377e2229ba0/future-0.18.2-py3-none-any.whl Collecting Jinja2>=2.3 Using cached Jinja2-2.11.1-py2.py3-none-any.whl (126 kB) Collecting packaging Using cached packaging-20.3-py2.py3-none-any.whl (37 kB) Collecting requests>=2.0.0 Using cached requests-2.23.0-py2.py3-none-any.whl (58 kB) Collecting snowballstemmer>=1.1 Using cached snowballstemmer-2.0.0-py2.py3-none-any.whl (97 kB) Collecting imagesize Using cached imagesize-1.2.0-py2.py3-none-any.whl (4.8 kB) Collecting sphinxcontrib-websupport Using cached sphinxcontrib_websupport-1.2.0-py2.py3-none-any.whl (39 kB) Collecting six>=1.5 Using cached six-1.14.0-py2.py3-none-any.whl (10 kB) Collecting babel!=2.0,>=1.3 Using cached Babel-2.8.0-py2.py3-none-any.whl (8.6 MB) Collecting MarkupSafe>=0.23 Using cached MarkupSafe-1.1.1-cp37-cp37m-manylinux1_x86_64.whl (27 kB) Collecting pyparsing>=2.0.2 Using cached pyparsing-2.4.6-py2.py3-none-any.whl (67 kB) Collecting chardet<4,>=3.0.2 Using cached chardet-3.0.4-py2.py3-none-any.whl (133 kB) Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 Using cached urllib3-1.25.8-py2.py3-none-any.whl (125 kB) Collecting idna<3,>=2.5 Using cached idna-2.9-py2.py3-none-any.whl (58 kB) Collecting certifi>=2017.4.17 Using cached certifi-2019.11.28-py2.py3-none-any.whl (156 kB) Collecting pytz>=2015.7 Using cached pytz-2019.3-py2.py3-none-any.whl (509 kB) Installing collected packages: Pygments, setuptools, docutils, mock, pillow, alabaster, future, commonmark, MarkupSafe, Jinja2, pyparsing, six, packaging, chardet, urllib3, idna, certifi, requests, snowballstemmer, imagesize, sphinxcontrib-websupport, pytz, babel, sphinx, recommonmark, sphinx-rtd-theme, readthedocs-sphinx-ext Attempting uninstall: setuptools Found existing installation: setuptools 46.0.0 Uninstalling setuptools-46.0.0: Successfully uninstalled setuptools-46.0.0 Successfully installed Jinja2-2.11.1 MarkupSafe-1.1.1 Pygments-2.3.1 alabaster-0.7.12 babel-2.8.0 certifi-2019.11.28 chardet-3.0.4 commonmark-0.8.1 docutils-0.14 future-0.18.2 idna-2.9 imagesize-1.2.0 mock-1.0.1 packaging-20.3 pillow-5.4.1 pyparsing-2.4.6 pytz-2019.3 readthedocs-sphinx-ext-1.0.1 recommonmark-0.5.0 requests-2.23.0 setuptools-41.0.1 six-1.14.0 snowballstemmer-2.0.0 sphinx-1.8.5 sphinx-rtd-theme-0.4.3 sphinxcontrib-websupport-1.2.0 urllib3-1.25.8 [rtd-command-info] start-time: 2020-03-09T21:53:37.443304Z, end-time: 2020-03-09T21:55:40.564767Z, duration: 123, exit-code: 0 python -m pip install --upgrade --upgrade-strategy eager --cache-dir /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/.cache/pip . Processing /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/checkouts/v0.7.0 Collecting scipy>=1.2.1 Using cached scipy-1.4.1-cp37-cp37m-manylinux1_x86_64.whl (26.1 MB) Collecting scikit-learn!=0.22,>=0.21.3 Using cached scikit_learn-0.22.2.post1-cp37-cp37m-manylinux1_x86_64.whl (7.1 MB) Collecting dask[complete]>=2.1.0 Using cached dask-2.12.0-py3-none-any.whl (789 kB) Collecting numpy>=1.16.4 Using cached numpy-1.18.1-cp37-cp37m-manylinux1_x86_64.whl (20.1 MB) Collecting pandas<1.0.0,>=0.25.0 Using cached pandas-0.25.3-cp37-cp37m-manylinux1_x86_64.whl (10.4 MB) Collecting xgboost<1.0.0,>=0.82 Using cached xgboost-0.90-py2.py3-none-manylinux1_x86_64.whl (142.8 MB) Collecting tqdm>=4.33.0 Using cached tqdm-4.43.0-py2.py3-none-any.whl (59 kB) Collecting scikit-optimize[plots] Using cached scikit_optimize-0.7.4-py2.py3-none-any.whl (80 kB) Collecting colorama Using cached colorama-0.4.3-py2.py3-none-any.whl (15 kB) Collecting joblib>=0.13 Using cached joblib-0.14.1-py2.py3-none-any.whl (294 kB) Collecting category_encoders>=2.0.0 Using cached category_encoders-2.1.0-py2.py3-none-any.whl (100 kB) Collecting cloudpickle>=0.2.2 Using cached cloudpickle-1.3.0-py2.py3-none-any.whl (26 kB) Collecting plotly>=4.2.1 Using cached plotly-4.5.3-py2.py3-none-any.whl (7.1 MB) Collecting ipywidgets>=7.5 Using cached ipywidgets-7.5.1-py2.py3-none-any.whl (121 kB) Collecting catboost>=0.20 Using cached catboost-0.22-cp37-none-manylinux1_x86_64.whl (64.4 MB) Processing /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/.cache/pip/wheels/91/fc/b0/ef9a9e80e667e3f3054f4612a6d203295046ce9c35ca426f43/bokeh-2.0.0-py3-none-any.whl Processing /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/.cache/pip/wheels/8a/55/a4/c0a81d27c33462cfdcb904db018f5550197e88b2b6b85beed2/PyYAML-5.3-cp37-cp37m-linux_x86_64.whl Collecting distributed>=2.0; extra == "complete" Using cached distributed-2.12.0-py3-none-any.whl (601 kB) Collecting fsspec>=0.6.0; extra == "complete" Using cached fsspec-0.6.2-py3-none-any.whl (62 kB) Collecting partd>=0.3.10; extra == "complete" Using cached partd-1.1.0-py3-none-any.whl (19 kB) Processing /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/.cache/pip/wheels/e2/83/7c/248063997a4f9ff6bf145822e620e8c37117a6b4c765584077/toolz-0.10.0-py3-none-any.whl Collecting python-dateutil>=2.6.1 Using cached python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB) Requirement already up-to-date: pytz>=2017.2 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from pandas<1.0.0,>=0.25.0->evalml==0.7.0) (2019.3) Collecting pyaml>=16.9 Using cached pyaml-20.3.1-py2.py3-none-any.whl (17 kB) Collecting matplotlib>=2.0.0; extra == "plots" Using cached matplotlib-3.2.0-cp37-cp37m-manylinux1_x86_64.whl (12.4 MB) Collecting statsmodels>=0.6.1 Using cached statsmodels-0.11.1-cp37-cp37m-manylinux1_x86_64.whl (8.7 MB) Collecting patsy>=0.4.1 Using cached patsy-0.5.1-py2.py3-none-any.whl (231 kB) Processing /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/.cache/pip/wheels/f9/8d/8d/f6af3f7f9eea3553bc2fe6d53e4b287dad18b06a861ac56ddf/retrying-1.3.3-py3-none-any.whl Requirement already up-to-date: six in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from plotly>=4.2.1->evalml==0.7.0) (1.14.0) Collecting widgetsnbextension~=3.5.0 Using cached widgetsnbextension-3.5.1-py2.py3-none-any.whl (2.2 MB) Collecting ipython>=4.0.0; python_version >= "3.3" Using cached ipython-7.13.0-py3-none-any.whl (780 kB) Collecting traitlets>=4.3.1 Using cached traitlets-4.3.3-py2.py3-none-any.whl (75 kB) Collecting ipykernel>=4.5.1 Using cached ipykernel-5.1.4-py3-none-any.whl (116 kB) Collecting nbformat>=4.2.0 Using cached nbformat-5.0.4-py3-none-any.whl (169 kB) Collecting graphviz Using cached graphviz-0.13.2-py2.py3-none-any.whl (17 kB) Collecting typing-extensions>=3.7.4 Using cached typing_extensions-3.7.4.1-py3-none-any.whl (20 kB) Processing /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/.cache/pip/wheels/7d/14/fa/d88fb5da77d813ea0ffca38a2ab2a052874e9e1142bad0b348/tornado-6.0.4-cp37-cp37m-linux_x86_64.whl Requirement already up-to-date: packaging>=16.8 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from bokeh>=1.0.0; extra == "complete"->dask[complete]>=2.1.0->evalml==0.7.0) (20.3) Requirement already up-to-date: Jinja2>=2.7 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from bokeh>=1.0.0; extra == "complete"->dask[complete]>=2.1.0->evalml==0.7.0) (2.11.1) Collecting pillow>=4.0 Using cached Pillow-7.0.0-cp37-cp37m-manylinux1_x86_64.whl (2.1 MB) Collecting msgpack>=0.6.0 Using cached msgpack-1.0.0-cp37-cp37m-manylinux1_x86_64.whl (275 kB) Collecting setuptools Using cached setuptools-46.0.0-py3-none-any.whl (582 kB) Processing /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/.cache/pip/wheels/b6/e7/50/aee9cc966163d74430f13f208171dee22f11efa4a4a826661c/psutil-5.7.0-cp37-cp37m-linux_x86_64.whl Collecting tblib>=1.6.0 Using cached tblib-1.6.0-py2.py3-none-any.whl (12 kB) Collecting sortedcontainers!=2.0.0,!=2.0.1 Using cached sortedcontainers-2.1.0-py2.py3-none-any.whl (28 kB) Collecting zict>=0.1.3 Using cached zict-2.0.0-py3-none-any.whl (10 kB) Collecting click>=6.6 Using cached click-7.1.1-py2.py3-none-any.whl (82 kB) Processing /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/.cache/pip/wheels/7d/21/ce/56f01c644a11bde5d09ecae16d9b5e9d7e988187624fd28fec/locket-0.2.0-py3-none-any.whl Requirement already up-to-date: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from matplotlib>=2.0.0; extra == "plots"->scikit-optimize[plots]->evalml==0.7.0) (2.4.6) Collecting cycler>=0.10 Using cached cycler-0.10.0-py2.py3-none-any.whl (6.5 kB) Collecting kiwisolver>=1.0.1 Using cached kiwisolver-1.1.0-cp37-cp37m-manylinux1_x86_64.whl (90 kB) Collecting notebook>=4.4.1 Using cached notebook-6.0.3-py3-none-any.whl (9.7 MB) Processing /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/.cache/pip/wheels/9e/56/4f/da13e448a8a5b8671b2954600d5355cf36e557c7aa5020139b/backcall-0.1.0-py3-none-any.whl Collecting pygments Using cached Pygments-2.6.1-py3-none-any.whl (914 kB) Collecting jedi>=0.10 Using cached jedi-0.16.0-py2.py3-none-any.whl (1.1 MB) Collecting prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 Using cached prompt_toolkit-3.0.4-py3-none-any.whl (351 kB) Collecting pexpect; sys_platform != "win32" Using cached pexpect-4.8.0-py2.py3-none-any.whl (59 kB) Collecting decorator Using cached decorator-4.4.2-py2.py3-none-any.whl (9.2 kB) Collecting pickleshare Using cached pickleshare-0.7.5-py2.py3-none-any.whl (6.9 kB) Collecting ipython-genutils Using cached ipython_genutils-0.2.0-py2.py3-none-any.whl (26 kB) Collecting jupyter-client Using cached jupyter_client-6.0.0-py3-none-any.whl (104 kB) Collecting jupyter-core Using cached jupyter_core-4.6.3-py2.py3-none-any.whl (83 kB) Collecting jsonschema!=2.5.0,>=2.4 Using cached jsonschema-3.2.0-py2.py3-none-any.whl (56 kB) Requirement already up-to-date: MarkupSafe>=0.23 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from Jinja2>=2.7->bokeh>=1.0.0; extra == "complete"->dask[complete]>=2.1.0->evalml==0.7.0) (1.1.1) Collecting heapdict Using cached HeapDict-1.0.1-py3-none-any.whl (3.9 kB) Collecting nbconvert Using cached nbconvert-5.6.1-py2.py3-none-any.whl (455 kB) Processing /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/.cache/pip/wheels/30/0c/26/59ba285bf65dc79d195e9b25e2ddde4c61070422729b0cd914/prometheus_client-0.7.1-py3-none-any.whl Collecting Send2Trash Using cached Send2Trash-1.5.0-py3-none-any.whl (12 kB) Collecting terminado>=0.8.1 Using cached terminado-0.8.3-py2.py3-none-any.whl (33 kB) Collecting pyzmq>=17 Using cached pyzmq-19.0.0-cp37-cp37m-manylinux1_x86_64.whl (1.1 MB) Collecting parso>=0.5.2 Using cached parso-0.6.2-py2.py3-none-any.whl (97 kB) Collecting wcwidth Using cached wcwidth-0.1.8-py2.py3-none-any.whl (17 kB) Collecting ptyprocess>=0.5 Using cached ptyprocess-0.6.0-py2.py3-none-any.whl (39 kB) Collecting attrs>=17.4.0 Using cached attrs-19.3.0-py2.py3-none-any.whl (39 kB) Collecting importlib-metadata; python_version < "3.8" Using cached importlib_metadata-1.5.0-py2.py3-none-any.whl (30 kB) Processing /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/.cache/pip/wheels/57/74/e3/61db397ec89f304e49711ec9f68490f15814b80c1c0ee9b8c0/pyrsistent-0.15.7-cp37-cp37m-linux_x86_64.whl Collecting testpath Using cached testpath-0.4.4-py2.py3-none-any.whl (163 kB) Collecting bleach Using cached bleach-3.1.1-py2.py3-none-any.whl (150 kB) Processing /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/.cache/pip/wheels/63/99/01/9fe785b86d1e091a6b2a61e06ddb3d8eb1bc9acae5933d4740/pandocfilters-1.4.2-py3-none-any.whl Collecting entrypoints>=0.2.2 Using cached entrypoints-0.3-py2.py3-none-any.whl (11 kB) Collecting defusedxml Using cached defusedxml-0.6.0-py2.py3-none-any.whl (23 kB) Collecting mistune<2,>=0.8.1 Using cached mistune-0.8.4-py2.py3-none-any.whl (16 kB) Collecting zipp>=0.5 Using cached zipp-3.1.0-py3-none-any.whl (4.9 kB) Collecting webencodings Using cached webencodings-0.5.1-py2.py3-none-any.whl (11 kB) Building wheels for collected packages: evalml Building wheel for evalml (setup.py): started Building wheel for evalml (setup.py): finished with status 'done' Created wheel for evalml: filename=evalml-0.7.0-py3-none-any.whl size=5385818 sha256=2f1e684eac9d4cd456e594acaacaa5412e8dbb1d1cf187adc228106261e62c24 Stored in directory: /tmp/pip-ephem-wheel-cache-2hu9i1tw/wheels/88/45/17/88d517ac30948d3e4b5de9fd6a0aee45a4d8c90cbd832ac525 Successfully built evalml Installing collected packages: numpy, scipy, joblib, scikit-learn, python-dateutil, pandas, typing-extensions, tornado, PyYaml, pillow, bokeh, msgpack, setuptools, toolz, psutil, tblib, sortedcontainers, heapdict, zict, cloudpickle, click, distributed, fsspec, locket, partd, dask, xgboost, tqdm, pyaml, cycler, kiwisolver, matplotlib, scikit-optimize, colorama, patsy, statsmodels, category-encoders, retrying, plotly, testpath, webencodings, bleach, ipython-genutils, decorator, traitlets, jupyter-core, pandocfilters, pygments, attrs, zipp, importlib-metadata, pyrsistent, jsonschema, nbformat, entrypoints, defusedxml, mistune, nbconvert, backcall, parso, jedi, wcwidth, prompt-toolkit, ptyprocess, pexpect, pickleshare, ipython, pyzmq, jupyter-client, ipykernel, prometheus-client, Send2Trash, terminado, notebook, widgetsnbextension, ipywidgets, graphviz, catboost, evalml Attempting uninstall: pillow Found existing installation: Pillow 5.4.1 Uninstalling Pillow-5.4.1: Successfully uninstalled Pillow-5.4.1 Attempting uninstall: setuptools Found existing installation: setuptools 41.0.1 Uninstalling setuptools-41.0.1: Successfully uninstalled setuptools-41.0.1 Attempting uninstall: pygments Found existing installation: Pygments 2.3.1 Uninstalling Pygments-2.3.1: Successfully uninstalled Pygments-2.3.1 Successfully installed PyYaml-5.3 Send2Trash-1.5.0 attrs-19.3.0 backcall-0.1.0 bleach-3.1.1 bokeh-2.0.0 catboost-0.22 category-encoders-2.1.0 click-7.1.1 cloudpickle-1.3.0 colorama-0.4.3 cycler-0.10.0 dask-2.12.0 decorator-4.4.2 defusedxml-0.6.0 distributed-2.12.0 entrypoints-0.3 evalml-0.7.0 fsspec-0.6.2 graphviz-0.13.2 heapdict-1.0.1 importlib-metadata-1.5.0 ipykernel-5.1.4 ipython-7.13.0 ipython-genutils-0.2.0 ipywidgets-7.5.1 jedi-0.16.0 joblib-0.14.1 jsonschema-3.2.0 jupyter-client-6.0.0 jupyter-core-4.6.3 kiwisolver-1.1.0 locket-0.2.0 matplotlib-3.2.0 mistune-0.8.4 msgpack-1.0.0 nbconvert-5.6.1 nbformat-5.0.4 notebook-6.0.3 numpy-1.18.1 pandas-0.25.3 pandocfilters-1.4.2 parso-0.6.2 partd-1.1.0 patsy-0.5.1 pexpect-4.8.0 pickleshare-0.7.5 pillow-7.0.0 plotly-4.5.3 prometheus-client-0.7.1 prompt-toolkit-3.0.4 psutil-5.7.0 ptyprocess-0.6.0 pyaml-20.3.1 pygments-2.6.1 pyrsistent-0.15.7 python-dateutil-2.8.1 pyzmq-19.0.0 retrying-1.3.3 scikit-learn-0.22.2.post1 scikit-optimize-0.7.4 scipy-1.4.1 setuptools-46.0.0 sortedcontainers-2.1.0 statsmodels-0.11.1 tblib-1.6.0 terminado-0.8.3 testpath-0.4.4 toolz-0.10.0 tornado-6.0.4 tqdm-4.43.0 traitlets-4.3.3 typing-extensions-3.7.4.1 wcwidth-0.1.8 webencodings-0.5.1 widgetsnbextension-3.5.1 xgboost-0.90 zict-2.0.0 zipp-3.1.0 [rtd-command-info] start-time: 2020-03-09T21:55:40.760396Z, end-time: 2020-03-09T21:56:14.132541Z, duration: 33, exit-code: 0 python -m pip install --exists-action=w --cache-dir /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/.cache/pip -r dev-requirements.txt Requirement already satisfied: scipy>=1.2.1 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from -r requirements.txt (line 1)) (1.4.1) Requirement already satisfied: scikit-learn!=0.22,>=0.21.3 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (0.22.2.post1) Requirement already satisfied: dask[complete]>=2.1.0 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from -r requirements.txt (line 3)) (2.12.0) Requirement already satisfied: numpy>=1.16.4 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from -r requirements.txt (line 4)) (1.18.1) Requirement already satisfied: pandas<1.0.0,>=0.25.0 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from -r requirements.txt (line 5)) (0.25.3) Requirement already satisfied: xgboost<1.0.0,>=0.82 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from -r requirements.txt (line 6)) (0.90) Requirement already satisfied: tqdm>=4.33.0 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from -r requirements.txt (line 7)) (4.43.0) Requirement already satisfied: scikit-optimize[plots] in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from -r requirements.txt (line 8)) (0.7.4) Requirement already satisfied: colorama in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from -r requirements.txt (line 9)) (0.4.3) Requirement already satisfied: joblib>=0.13 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (0.14.1) Requirement already satisfied: category_encoders>=2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from -r requirements.txt (line 11)) (2.1.0) Requirement already satisfied: cloudpickle>=0.2.2 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from -r requirements.txt (line 12)) (1.3.0) Requirement already satisfied: plotly>=4.2.1 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from -r requirements.txt (line 13)) (4.5.3) Requirement already satisfied: ipywidgets>=7.5 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from -r requirements.txt (line 14)) (7.5.1) Requirement already satisfied: catboost>=0.20 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from -r requirements.txt (line 15)) (0.22) Collecting pytest==4.4.1 Using cached pytest-4.4.1-py2.py3-none-any.whl (223 kB) Collecting pytest-xdist==1.26.1 Using cached pytest_xdist-1.26.1-py2.py3-none-any.whl (35 kB) Collecting pytest-cov==2.6.1 Using cached pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB) Collecting nbval==0.9.3 Using cached nbval-0.9.3-py2.py3-none-any.whl (22 kB) Requirement already satisfied: graphviz>=0.13 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from -r test-requirements.txt (line 5)) (0.13.2) Collecting codecov==2.0.15 Using cached codecov-2.0.15-py2.py3-none-any.whl (11 kB) Collecting flake8==3.7.0 Using cached flake8-3.7.0-py2.py3-none-any.whl (68 kB) Processing /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/.cache/pip/wheels/cb/ca/0d/db843e5869db016f92974eb145021a3920eec623f3e6adff59/autopep8-1.4.3-py2.py3-none-any.whl Collecting isort==4.3.4 Using cached isort-4.3.4-py3-none-any.whl (45 kB) Collecting nbsphinx==0.4.2 Using cached nbsphinx-0.4.2-py2.py3-none-any.whl (20 kB) Collecting Sphinx==2.0.1 Using cached Sphinx-2.0.1-py2.py3-none-any.whl (3.2 MB) Requirement already satisfied: sphinx_rtd_theme==0.4.3 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from -r dev-requirements.txt (line 8)) (0.4.3) Collecting nbconvert==5.5.0 Using cached nbconvert-5.5.0-py2.py3-none-any.whl (447 kB) Collecting s3fs>=0.3.0 Using cached s3fs-0.4.0-py3-none-any.whl (18 kB) Requirement already satisfied: bokeh>=1.0.0; extra == "complete" in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from dask[complete]>=2.1.0->-r requirements.txt (line 3)) (2.0.0) Requirement already satisfied: PyYaml; extra == "complete" in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from dask[complete]>=2.1.0->-r requirements.txt (line 3)) (5.3) Requirement already satisfied: fsspec>=0.6.0; extra == "complete" in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from dask[complete]>=2.1.0->-r requirements.txt (line 3)) (0.6.2) Requirement already satisfied: partd>=0.3.10; extra == "complete" in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from dask[complete]>=2.1.0->-r requirements.txt (line 3)) (1.1.0) Requirement already satisfied: distributed>=2.0; extra == "complete" in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from dask[complete]>=2.1.0->-r requirements.txt (line 3)) (2.12.0) Requirement already satisfied: toolz>=0.7.3; extra == "complete" in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from dask[complete]>=2.1.0->-r requirements.txt (line 3)) (0.10.0) Requirement already satisfied: python-dateutil>=2.6.1 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from pandas<1.0.0,>=0.25.0->-r requirements.txt (line 5)) (2.8.1) Requirement already satisfied: pytz>=2017.2 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from pandas<1.0.0,>=0.25.0->-r requirements.txt (line 5)) (2019.3) Requirement already satisfied: pyaml>=16.9 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from scikit-optimize[plots]->-r requirements.txt (line 8)) (20.3.1) Requirement already satisfied: matplotlib>=2.0.0; extra == "plots" in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from scikit-optimize[plots]->-r requirements.txt (line 8)) (3.2.0) Requirement already satisfied: statsmodels>=0.6.1 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from category_encoders>=2.0.0->-r requirements.txt (line 11)) (0.11.1) Requirement already satisfied: patsy>=0.4.1 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from category_encoders>=2.0.0->-r requirements.txt (line 11)) (0.5.1) Requirement already satisfied: six in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from plotly>=4.2.1->-r requirements.txt (line 13)) (1.14.0) Requirement already satisfied: retrying>=1.3.3 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from plotly>=4.2.1->-r requirements.txt (line 13)) (1.3.3) Requirement already satisfied: traitlets>=4.3.1 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from ipywidgets>=7.5->-r requirements.txt (line 14)) (4.3.3) Requirement already satisfied: ipykernel>=4.5.1 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from ipywidgets>=7.5->-r requirements.txt (line 14)) (5.1.4) Requirement already satisfied: widgetsnbextension~=3.5.0 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from ipywidgets>=7.5->-r requirements.txt (line 14)) (3.5.1) Requirement already satisfied: ipython>=4.0.0; python_version >= "3.3" in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from ipywidgets>=7.5->-r requirements.txt (line 14)) (7.13.0) Requirement already satisfied: nbformat>=4.2.0 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from ipywidgets>=7.5->-r requirements.txt (line 14)) (5.0.4) Collecting atomicwrites>=1.0 Using cached atomicwrites-1.3.0-py2.py3-none-any.whl (5.9 kB) Requirement already satisfied: attrs>=17.4.0 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from pytest==4.4.1->-r test-requirements.txt (line 1)) (19.3.0) Collecting pluggy>=0.9 Using cached pluggy-0.13.1-py2.py3-none-any.whl (18 kB) Collecting more-itertools>=4.0.0; python_version > "2.7" Using cached more_itertools-8.2.0-py3-none-any.whl (43 kB) Collecting py>=1.5.0 Using cached py-1.8.1-py2.py3-none-any.whl (83 kB) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from pytest==4.4.1->-r test-requirements.txt (line 1)) (46.0.0) Collecting execnet>=1.1 Using cached execnet-1.7.1-py2.py3-none-any.whl (39 kB) Collecting pytest-forked Using cached pytest_forked-1.1.3-py2.py3-none-any.whl (4.5 kB) Collecting coverage>=4.4 Using cached coverage-5.0.3-cp37-cp37m-manylinux1_x86_64.whl (227 kB) Requirement already satisfied: jupyter-client in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from nbval==0.9.3->-r test-requirements.txt (line 4)) (6.0.0) Requirement already satisfied: requests>=2.7.9 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from codecov==2.0.15->-r test-requirements.txt (line 6)) (2.23.0) Collecting mccabe<0.7.0,>=0.6.0 Using cached mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB) Collecting pyflakes<2.2.0,>=2.1.0 Using cached pyflakes-2.1.1-py2.py3-none-any.whl (59 kB) Requirement already satisfied: entrypoints<0.4.0,>=0.3.0 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from flake8==3.7.0->-r dev-requirements.txt (line 3)) (0.3) Collecting pycodestyle<2.6.0,>=2.5.0 Using cached pycodestyle-2.5.0-py2.py3-none-any.whl (51 kB) Requirement already satisfied: jinja2 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from nbsphinx==0.4.2->-r dev-requirements.txt (line 6)) (2.11.1) Requirement already satisfied: docutils in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from nbsphinx==0.4.2->-r dev-requirements.txt (line 6)) (0.14) Collecting sphinxcontrib-serializinghtml Using cached sphinxcontrib_serializinghtml-1.1.4-py2.py3-none-any.whl (89 kB) Requirement already satisfied: imagesize in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from Sphinx==2.0.1->-r dev-requirements.txt (line 7)) (1.2.0) Collecting sphinxcontrib-htmlhelp Using cached sphinxcontrib_htmlhelp-1.0.3-py2.py3-none-any.whl (96 kB) Collecting sphinxcontrib-qthelp Using cached sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl (90 kB) Collecting sphinxcontrib-applehelp Using cached sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl (121 kB) Collecting sphinxcontrib-devhelp Using cached sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl (84 kB) Requirement already satisfied: Pygments>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from Sphinx==2.0.1->-r dev-requirements.txt (line 7)) (2.6.1) Requirement already satisfied: babel!=2.0,>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from Sphinx==2.0.1->-r dev-requirements.txt (line 7)) (2.8.0) Requirement already satisfied: packaging in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from Sphinx==2.0.1->-r dev-requirements.txt (line 7)) (20.3) Requirement already satisfied: snowballstemmer>=1.1 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from Sphinx==2.0.1->-r dev-requirements.txt (line 7)) (2.0.0) Collecting sphinxcontrib-jsmath Using cached sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Requirement already satisfied: alabaster<0.8,>=0.7 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from Sphinx==2.0.1->-r dev-requirements.txt (line 7)) (0.7.12) Requirement already satisfied: testpath in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from nbconvert==5.5.0->-r dev-requirements.txt (line 9)) (0.4.4) Requirement already satisfied: defusedxml in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from nbconvert==5.5.0->-r dev-requirements.txt (line 9)) (0.6.0) Requirement already satisfied: jupyter-core in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from nbconvert==5.5.0->-r dev-requirements.txt (line 9)) (4.6.3) Requirement already satisfied: mistune>=0.8.1 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from nbconvert==5.5.0->-r dev-requirements.txt (line 9)) (0.8.4) Requirement already satisfied: pandocfilters>=1.4.1 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from nbconvert==5.5.0->-r dev-requirements.txt (line 9)) (1.4.2) Requirement already satisfied: bleach in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from nbconvert==5.5.0->-r dev-requirements.txt (line 9)) (3.1.1) Collecting botocore>=1.12.91 Using cached botocore-1.15.17-py2.py3-none-any.whl (6.0 MB) Collecting boto3>=1.9.91 Using cached boto3-1.12.17-py2.py3-none-any.whl (128 kB) Requirement already satisfied: pillow>=4.0 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from bokeh>=1.0.0; extra == "complete"->dask[complete]>=2.1.0->-r requirements.txt (line 3)) (7.0.0) Requirement already satisfied: tornado>=5 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from bokeh>=1.0.0; extra == "complete"->dask[complete]>=2.1.0->-r requirements.txt (line 3)) (6.0.4) Requirement already satisfied: typing-extensions>=3.7.4 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from bokeh>=1.0.0; extra == "complete"->dask[complete]>=2.1.0->-r requirements.txt (line 3)) (3.7.4.1) Requirement already satisfied: locket in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from partd>=0.3.10; extra == "complete"->dask[complete]>=2.1.0->-r requirements.txt (line 3)) (0.2.0) Requirement already satisfied: zict>=0.1.3 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from distributed>=2.0; extra == "complete"->dask[complete]>=2.1.0->-r requirements.txt (line 3)) (2.0.0) Requirement already satisfied: click>=6.6 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from distributed>=2.0; extra == "complete"->dask[complete]>=2.1.0->-r requirements.txt (line 3)) (7.1.1) Requirement already satisfied: tblib>=1.6.0 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from distributed>=2.0; extra == "complete"->dask[complete]>=2.1.0->-r requirements.txt (line 3)) (1.6.0) Requirement already satisfied: psutil>=5.0 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from distributed>=2.0; extra == "complete"->dask[complete]>=2.1.0->-r requirements.txt (line 3)) (5.7.0) Requirement already satisfied: sortedcontainers!=2.0.0,!=2.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from distributed>=2.0; extra == "complete"->dask[complete]>=2.1.0->-r requirements.txt (line 3)) (2.1.0) Requirement already satisfied: msgpack>=0.6.0 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from distributed>=2.0; extra == "complete"->dask[complete]>=2.1.0->-r requirements.txt (line 3)) (1.0.0) Requirement already satisfied: kiwisolver>=1.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from matplotlib>=2.0.0; extra == "plots"->scikit-optimize[plots]->-r requirements.txt (line 8)) (1.1.0) Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from matplotlib>=2.0.0; extra == "plots"->scikit-optimize[plots]->-r requirements.txt (line 8)) (2.4.6) Requirement already satisfied: cycler>=0.10 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from matplotlib>=2.0.0; extra == "plots"->scikit-optimize[plots]->-r requirements.txt (line 8)) (0.10.0) Requirement already satisfied: ipython-genutils in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from traitlets>=4.3.1->ipywidgets>=7.5->-r requirements.txt (line 14)) (0.2.0) Requirement already satisfied: decorator in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from traitlets>=4.3.1->ipywidgets>=7.5->-r requirements.txt (line 14)) (4.4.2) Requirement already satisfied: notebook>=4.4.1 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from widgetsnbextension~=3.5.0->ipywidgets>=7.5->-r requirements.txt (line 14)) (6.0.3) Requirement already satisfied: jedi>=0.10 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from ipython>=4.0.0; python_version >= "3.3"->ipywidgets>=7.5->-r requirements.txt (line 14)) (0.16.0) Requirement already satisfied: pexpect; sys_platform != "win32" in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from ipython>=4.0.0; python_version >= "3.3"->ipywidgets>=7.5->-r requirements.txt (line 14)) (4.8.0) Requirement already satisfied: pickleshare in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from ipython>=4.0.0; python_version >= "3.3"->ipywidgets>=7.5->-r requirements.txt (line 14)) (0.7.5) Requirement already satisfied: prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from ipython>=4.0.0; python_version >= "3.3"->ipywidgets>=7.5->-r requirements.txt (line 14)) (3.0.4) Requirement already satisfied: backcall in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from ipython>=4.0.0; python_version >= "3.3"->ipywidgets>=7.5->-r requirements.txt (line 14)) (0.1.0) Requirement already satisfied: jsonschema!=2.5.0,>=2.4 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from nbformat>=4.2.0->ipywidgets>=7.5->-r requirements.txt (line 14)) (3.2.0) Requirement already satisfied: importlib-metadata>=0.12; python_version < "3.8" in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from pluggy>=0.9->pytest==4.4.1->-r test-requirements.txt (line 1)) (1.5.0) Collecting apipkg>=1.4 Using cached apipkg-1.5-py2.py3-none-any.whl (4.9 kB) Requirement already satisfied: pyzmq>=13 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from jupyter-client->nbval==0.9.3->-r test-requirements.txt (line 4)) (19.0.0) Requirement already satisfied: idna<3,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from requests>=2.7.9->codecov==2.0.15->-r test-requirements.txt (line 6)) (2.9) Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from requests>=2.7.9->codecov==2.0.15->-r test-requirements.txt (line 6)) (2019.11.28) Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from requests>=2.7.9->codecov==2.0.15->-r test-requirements.txt (line 6)) (1.25.8) Requirement already satisfied: chardet<4,>=3.0.2 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from requests>=2.7.9->codecov==2.0.15->-r test-requirements.txt (line 6)) (3.0.4) Requirement already satisfied: MarkupSafe>=0.23 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from jinja2->nbsphinx==0.4.2->-r dev-requirements.txt (line 6)) (1.1.1) Requirement already satisfied: webencodings in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from bleach->nbconvert==5.5.0->-r dev-requirements.txt (line 9)) (0.5.1) Collecting jmespath<1.0.0,>=0.7.1 Using cached jmespath-0.9.5-py2.py3-none-any.whl (24 kB) Collecting s3transfer<0.4.0,>=0.3.0 Using cached s3transfer-0.3.3-py2.py3-none-any.whl (69 kB) Requirement already satisfied: heapdict in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from zict>=0.1.3->distributed>=2.0; extra == "complete"->dask[complete]>=2.1.0->-r requirements.txt (line 3)) (1.0.1) Requirement already satisfied: terminado>=0.8.1 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.5->-r requirements.txt (line 14)) (0.8.3) Requirement already satisfied: Send2Trash in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.5->-r requirements.txt (line 14)) (1.5.0) Requirement already satisfied: prometheus-client in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.5->-r requirements.txt (line 14)) (0.7.1) Requirement already satisfied: parso>=0.5.2 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from jedi>=0.10->ipython>=4.0.0; python_version >= "3.3"->ipywidgets>=7.5->-r requirements.txt (line 14)) (0.6.2) Requirement already satisfied: ptyprocess>=0.5 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from pexpect; sys_platform != "win32"->ipython>=4.0.0; python_version >= "3.3"->ipywidgets>=7.5->-r requirements.txt (line 14)) (0.6.0) Requirement already satisfied: wcwidth in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0->ipython>=4.0.0; python_version >= "3.3"->ipywidgets>=7.5->-r requirements.txt (line 14)) (0.1.8) Requirement already satisfied: pyrsistent>=0.14.0 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from jsonschema!=2.5.0,>=2.4->nbformat>=4.2.0->ipywidgets>=7.5->-r requirements.txt (line 14)) (0.15.7) Requirement already satisfied: zipp>=0.5 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/v0.7.0/lib/python3.7/site-packages (from importlib-metadata>=0.12; python_version < "3.8"->pluggy>=0.9->pytest==4.4.1->-r test-requirements.txt (line 1)) (3.1.0) Installing collected packages: atomicwrites, pluggy, more-itertools, py, pytest, apipkg, execnet, pytest-forked, pytest-xdist, coverage, pytest-cov, nbval, codecov, mccabe, pyflakes, pycodestyle, flake8, autopep8, isort, nbconvert, sphinxcontrib-serializinghtml, sphinxcontrib-htmlhelp, sphinxcontrib-qthelp, sphinxcontrib-applehelp, sphinxcontrib-devhelp, sphinxcontrib-jsmath, Sphinx, nbsphinx, jmespath, botocore, s3transfer, boto3, s3fs Attempting uninstall: nbconvert Found existing installation: nbconvert 5.6.1 Uninstalling nbconvert-5.6.1: Successfully uninstalled nbconvert-5.6.1 Attempting uninstall: Sphinx Found existing installation: Sphinx 1.8.5 Uninstalling Sphinx-1.8.5: Successfully uninstalled Sphinx-1.8.5 Successfully installed Sphinx-2.0.1 apipkg-1.5 atomicwrites-1.3.0 autopep8-1.4.3 boto3-1.12.17 botocore-1.15.17 codecov-2.0.15 coverage-5.0.3 execnet-1.7.1 flake8-3.7.0 isort-4.3.4 jmespath-0.9.5 mccabe-0.6.1 more-itertools-8.2.0 nbconvert-5.5.0 nbsphinx-0.4.2 nbval-0.9.3 pluggy-0.13.1 py-1.8.1 pycodestyle-2.5.0 pyflakes-2.1.1 pytest-4.4.1 pytest-cov-2.6.1 pytest-forked-1.1.3 pytest-xdist-1.26.1 s3fs-0.4.0 s3transfer-0.3.3 sphinxcontrib-applehelp-1.0.2 sphinxcontrib-devhelp-1.0.2 sphinxcontrib-htmlhelp-1.0.3 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.3 sphinxcontrib-serializinghtml-1.1.4