From 9e8540e7630371f1c3054cde99d7ec6d0bc9a1c9 Mon Sep 17 00:00:00 2001 From: ruowen Date: Mon, 22 Jul 2019 12:22:01 +0800 Subject: [PATCH] upgrade ai-box to 0.19.0 Change-Id: I88727b776bb1d3f70e7ee5732909b645aff11603 --- ai-box/requirements.txt | 140 +++++++++++++++++++++------------------- 1 file changed, 75 insertions(+), 65 deletions(-) diff --git a/ai-box/requirements.txt b/ai-box/requirements.txt index d69a2d2..3fb1358 100644 --- a/ai-box/requirements.txt +++ b/ai-box/requirements.txt @@ -1,79 +1,89 @@ -absl-py==0.6.1 -acm-sdk-python==0.3.10 -aliyun-python-sdk-core-v3==2.9.4 -aliyun-python-sdk-kms==2.5.0 -amqp==2.4.2 -astor==0.7.1 -billiard==3.6.0.0 -celery==4.3.0 -certifi==2018.4.16 +absl-py==0.7.1 +acm-sdk-python==0.4.10 +aliyun-python-sdk-core==2.13.4 +aliyun-python-sdk-core-v3==2.13.3 +aliyun-python-sdk-kms==2.6.0 +astor==0.8.0 +atomicwrites==1.3.0 +attrs==19.1.0 +certifi==2019.3.9 +cffi==1.12.3 chardet==3.0.4 -cloudpickle==0.6.1 -colorama==0.3.9 crcmod==1.7 cycler==0.10.0 -dask==1.0.0 -decorator==4.3.0 -Django==2.0.5 +decorator==4.4.0 +Django==2.2.2 et-xmlfile==1.0.1 -gast==0.2.0 +gast==0.2.2 gevent==1.4.0 -gprof2dot==2017.9.19 greenlet==0.4.15 -grpcio==1.16.1 +grpcio==1.21.1 gunicorn==19.9.0 -h5py==2.8.0 -httpie==0.9.9 -idna==2.6 -imutils==0.5.1 +h5py==2.9.0 +idna==2.8 +imageio==2.5.0 +importlib-metadata==0.17 +imutils==0.5.2 jdcal==1.4.1 -joblib==0.13.1 -Jinja2==2.10 +Jinja2==2.10.1 +jmespath==0.9.4 +joblib==0.13.2 Keras==2.2.4 -Keras-Applications==1.0.6 -Keras-Preprocessing==1.0.5 -kiwisolver==1.0.1 -kombu==4.5.0 -Markdown==3.0.1 -MarkupSafe==1.0 -matplotlib==2.2.2 -mlxtend==0.12.0 -mysqlclient==1.3.12 -neo4j-driver==1.6.1 -neotime==1.0.0 -networkx==2.2 -numpy==1.14.3 -opencv-python==3.4.3.18 +Keras-Applications==1.0.8 +Keras-Preprocessing==1.1.0 +kiwisolver==1.1.0 +Markdown==3.1.1 +MarkupSafe==1.1.1 +matplotlib==3.0.3 +mlxtend==0.16.0 +mock==3.0.5 +more-itertools==7.0.0 +mysqlclient==1.4.2.post1 +neo4j-driver==1.7.4 +neobolt==1.7.13 +neotime==1.7.4 +networkx==2.3 +numpy==1.16.4 +opencv-python==4.1.0.25 openpyxl==2.6.2 -oss2==2.5.0 +oss2==2.7.0 +packaging==19.0 pandas==0.24.2 -Pillow==5.4.1 -protobuf==3.6.1 -pycryptodome==3.7.0 -Pygments==2.2.0 -pyparsing==2.2.0 -pyprof2calltree==1.4.4 -python-dateutil==2.7.3 -pytz==2018.4 -PyWavelets==1.0.1 -PyYAML==3.13 +pathlib2==2.3.3 +Pillow==6.0.0 +pluggy==0.12.0 +protobuf==3.8.0 +py==1.8.0 +pycparser==2.19 +pycryptodome==3.8.2 +pyparsing==2.4.0 +pypng==0.0.19 +pytest==4.6.2 +python-dateutil==2.8.0 +pytz==2019.1 +PyWavelets==1.0.3 +PyYAML==5.1 +pyzbar==0.1.8 redis==3.2.1 -requests==2.18.4 -rpy2==2.9.4 -scikit-image==0.14.1 -scikit-learn==0.20.3 -scipy==1.1.0 -seaborn==0.8.1 -six==1.11.0 -SQLAlchemy==1.3.1 -tabulate==0.8.2 -tensorboard==1.12.0 -tensorflow==1.12.0 +requests==2.22.0 +rpy2==3.0.4 +scikit-image==0.15.0 +scikit-learn==0.21.2 +scipy==1.3.0 +seaborn==0.9.0 +simplegeneric==0.8.1 +six==1.12.0 +SQLAlchemy==1.3.4 +sqlparse==0.3.0 +tabulate==0.8.3 +tensorboard==1.13.1 +tensorflow==1.13.1 +tensorflow-estimator==1.13.0 termcolor==1.1.0 -toolz==0.9.0 tzlocal==1.5.1 -urllib3==1.22 -vine==1.3.0 -Werkzeug==0.14.1 -xlrd==1.1.0 -zbarlight==2.2 +urllib3==1.25.3 +wcwidth==0.1.7 +Werkzeug==0.15.4 +xlrd==1.2.0 +zbarlight==2.3 +zipp==0.5.1 -- GitLab