From 24ef63898ec2377d7d21a7a795888d2939c56ef3 Mon Sep 17 00:00:00 2001 From: Andrew Sidhu Date: Tue, 7 Apr 2020 22:38:49 -0400 Subject: [PATCH] Add python install script --- install_python_deps.sh | 2 + requirements.txt | 194 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 196 insertions(+) create mode 100755 install_python_deps.sh create mode 100644 requirements.txt diff --git a/install_python_deps.sh b/install_python_deps.sh new file mode 100755 index 00000000000000..16275c47f8c998 --- /dev/null +++ b/install_python_deps.sh @@ -0,0 +1,2 @@ +pip install --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v42 tensorflow-gpu +pip install -r requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000000000..2fc69edd668d05 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,194 @@ +absl-py +alembic +amqp +aniso8601 +astor +atomicwrites +attrs +Babel +backcall +bcrypt +bleach +cachetools +certifi +cffi +chardet +click +crcmod +cryptography +cycler +Cython +debtcollector +decorator +defusedxml +dlib +dnspython +dogpile.cache +entrypoints +eventlet +extras +fasteners +fixtures +Flask +Flask-RESTful +futurist +gast +google-auth +google-auth-oauthlib +google-pasta +greenlet +grpcio +h5py +hexdump +idna +imageio +importlib-metadata +imutils +ipykernel +ipython +ipython-genutils +ipywidgets +iso8601 +itsdangerous +jedi +Jinja2 +joblib +jsonschema +jupyter +jupyter-client +jupyter-console +jupyter-core +Keras +Keras-Applications +Keras-Preprocessing +keystone +keystoneauth1 +keystonemiddleware +kiwisolver +kombu +libarchive +libusb1 +linecache2 +lxml +Mako +Markdown +MarkupSafe +matplotlib +mistune +monotonic +mpmath +msgpack +nbconvert +nbformat +netaddr +netifaces +networkx +nose +notebook +numpy +oauthlib +opt-einsum +os-service-types +oslo.cache +oslo.concurrency +oslo.config +oslo.context +oslo.db +oslo.i18n +oslo.log +oslo.messaging +oslo.middleware +oslo.policy +oslo.serialization +oslo.service +oslo.upgradecheck +oslo.utils +osprofiler +pandocfilters +parso +passlib +Paste +PasteDeploy +pbr +pexpect +pickleshare +Pillow +prettytable +progressbar2 +prometheus-client +prompt-toolkit +protobuf +psutil +ptyprocess +pyasn1 +pyasn1-modules +pycadf +pycapnp +pycparser +pycrypto +Pygments +pyinotify +PyJWT +pyOpenSSL +pyparsing +pyrsistent +pysaml2 +python-dateutil +python-editor +python-keystoneclient +python-mimeparse +python-utils +pytz +PyWavelets +PyYAML +pyzmq +qtconsole +QtPy +raven +repoze.lru +requests +requests-oauthlib +rfc3986 +Routes +rsa +scikit-image +scikit-learn +scipy +scons +scrypt +Send2Trash +setproctitle +six +smbus2 +SQLAlchemy +sqlalchemy-migrate +sqlparse +statsd +stevedore +sympy +Tempita +tensorboard +tensorflow-estimator +tensorflow +termcolor +terminado +testpath +testresources +testscenarios +testtools +tornado +tqdm +traceback2 +traitlets +unittest2 +urllib3 +vine +wcwidth +webencodings +WebOb +Werkzeug +widgetsnbextension +wrapt +yappi +zipp +zmq