From 48436697f6e47593c5a4ad75333ad0eb9fc3c913 Mon Sep 17 00:00:00 2001 From: SARTHAK SRIVASTAVA <48449679+codebugged@users.noreply.github.com> Date: Wed, 3 Feb 2021 01:16:19 +0530 Subject: [PATCH] Adding requirements.txt Hi Neha This will help people to easily set up their environments --- requirements.txt | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..a28a6fe --- /dev/null +++ b/requirements.txt @@ -0,0 +1,44 @@ +absl-py==0.11.0 +astunparse==1.6.3 +cachetools==4.2.1 +certifi==2020.12.5 +chardet==4.0.0 +flatbuffers==1.12 +gast==0.3.3 +google-auth==1.24.0 +google-auth-oauthlib==0.4.2 +google-pasta==0.2.0 +grpcio==1.32.0 +h5py==2.10.0 +idna==2.10 +importlib-metadata==3.4.0 +Keras==2.4.3 +Keras-Preprocessing==1.1.2 +Markdown==3.3.3 +numpy==1.19.5 +oauthlib==3.1.0 +opencv-python==4.5.1.48 +opt-einsum==3.3.0 +pandas==1.1.5 +protobuf==3.14.0 +pyasn1==0.4.8 +pyasn1-modules==0.2.8 +python-dateutil==2.8.1 +pytz==2021.1 +PyYAML==5.4.1 +requests==2.25.1 +requests-oauthlib==1.3.0 +rsa==4.7 +scipy==1.5.4 +six==1.15.0 +tensorboard==2.4.1 +tensorboard-plugin-wit==1.8.0 +tensorflow==2.4.1 +tensorflow-estimator==2.4.0 +termcolor==1.1.0 +typing-extensions==3.7.4.3 +urllib3==1.26.3 +Werkzeug==1.0.1 +wincertstore==0.2 +wrapt==1.12.1 +zipp==3.4.0