From 833f61c9f42e321dcc95d2708ae184d6bc47a35c Mon Sep 17 00:00:00 2001 From: Dmitry Gordin Date: Mon, 26 Oct 2020 11:01:11 +0300 Subject: [PATCH] Create requirements.txt tested with python2 `conda create -n tf_older python=2` --- requirements.txt | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e51711c --- /dev/null +++ b/requirements.txt @@ -0,0 +1,39 @@ +absl-py==0.10.0 +astor==0.8.1 +backports.functools-lru-cache==1.6.1 +backports.weakref==1.0.post1 +certifi==2019.11.28 +cloudpickle==1.3.0 +cycler==0.10.0 +decorator==4.4.2 +enum34==1.1.10 +funcsigs==1.0.2 +futures==3.3.0 +gast==0.4.0 +grpcio==1.33.1 +h5py==2.10.0 +imutils==0.5.3 +Keras-Applications==1.0.8 +Keras-Preprocessing==1.1.2 +kiwisolver==1.1.0 +Markdown==3.1.1 +matplotlib==2.2.5 +mock==3.0.5 +networkx==2.2 +numpy==1.16.6 +opencv-python==3.2.0.8 +pathlib==1.0.1 +Pillow==6.2.2 +protobuf==3.13.0 +pyparsing==2.4.7 +python-dateutil==2.8.1 +pytz==2020.1 +PyWavelets==1.0.3 +scikit-image==0.14.5 +scipy==1.2.3 +six==1.15.0 +subprocess32==3.5.4 +tensorboard==1.12.2 +tensorflow==1.12.0 +termcolor==1.1.0 +Werkzeug==1.0.1