diff options
author | chen42 | 2021-08-18 08:50:50 -0500 |
---|---|---|
committer | chen42 | 2021-08-18 08:50:50 -0500 |
commit | ad86682a01d03587cc164cbbf58026c3c55f6d0d (patch) | |
tree | 6f6c253176052951dcdddd8d0ec1972c8b6db794 | |
parent | 47320c547f1a96bd262f38b07f9de0bc05e8779c (diff) | |
download | genecup-ad86682a01d03587cc164cbbf58026c3c55f6d0d.tar.gz |
aa
-rw-r--r-- | requirements.txt | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..c2ba0ba --- /dev/null +++ b/requirements.txt @@ -0,0 +1,33 @@ +pandas==1.2.1 +bcrypt==3.1.7 +cffi==1.13.2 +pycparser==2.19 +Flask-SQLAlchemy==2.4.4 +Flask==1.1.2 +Click==7.0 +itsdangerous==1.1.0 +Jinja2==2.11.3 +MarkupSafe==1.0 +Werkzeug==1.0.0 +SQLAlchemy==1.3.23 +Keras==2.4.3 +h5py==2.10.0 +numpy==1.19.5 +six==1.15.0 +Keras-Preprocessing==1.1.2 +PyYAML==5.3.1 +scipy==1.6.0 +nltk==3.5 +regex==2020.11.13 +tensorflow==2.4.1 +absl-py==0.11.0 +astunparse==1.6.3 +gast==0.3.3 +grpcio==1.32.0 +protobuf==3.14.0 +tensorboard==2.4.1 +Markdown==3.3.3 +Werkzeug==1.0.1 +wheel==0.36.2 +tensorflow-estimator==2.4.0 +python==3.8.5 |