From f39a38627b36419223e06bcb9c66f5d72424db64 Mon Sep 17 00:00:00 2001 From: Andrzej Preibisz Date: Sat, 18 Jun 2022 23:12:02 +0200 Subject: [PATCH] Added requirements.txt --- requirements.txt | 66 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..87ab8ab --- /dev/null +++ b/requirements.txt @@ -0,0 +1,66 @@ +absl-py==1.1.0 +astunparse==1.6.3 +cachetools==5.2.0 +certifi==2022.5.18.1 +charset-normalizer==2.0.12 +click==8.1.3 +cycler==0.11.0 +flatbuffers==1.12 +fonttools==4.30.0 +gast==0.4.0 +gensim==4.2.0 +google-auth==2.7.0 +google-auth-oauthlib==0.4.6 +google-pasta==0.2.0 +grpcio==1.46.3 +h5py==3.7.0 +idna==3.3 +importlib-metadata==4.11.4 +joblib==1.1.0 +keras==2.9.0 +Keras-Preprocessing==1.1.2 +kiwisolver==1.3.2 +libclang==14.0.1 +Markdown==3.3.7 +matplotlib==3.5.1 +nltk==3.7 +numpy==1.22.3 +oauthlib==3.2.0 +opt-einsum==3.3.0 +packaging==21.3 +pandas==1.4.1 +Pillow==9.0.1 +protobuf==3.19.4 +pyasn1==0.4.8 +pyasn1-modules==0.2.8 +pyparsing==3.0.7 +PyQt5==5.15.6 +PyQt5-Qt5==5.15.2 +PyQt5-sip==12.9.1 +python-dateutil==2.8.2 +pytz==2021.3 +regex==2022.6.2 +requests==2.28.0 +requests-oauthlib==1.3.1 +rsa==4.8 +scikit-learn==1.0.2 +scipy==1.8.0 +six==1.16.0 +smart-open==6.0.0 +tensorboard==2.9.1 +tensorboard-data-server==0.6.1 +tensorboard-plugin-wit==1.8.1 +tensorflow==2.9.1 +tensorflow-addons==0.17.0 +tensorflow-estimator==2.9.0 +tensorflow-io-gcs-filesystem==0.26.0 +termcolor==1.1.0 +threadpoolctl==3.1.0 +torch==1.11.0 +tqdm==4.64.0 +typeguard==2.13.3 +typing-extensions==4.2.0 +urllib3==1.26.9 +Werkzeug==2.1.2 +wrapt==1.14.1 +zipp==3.8.0