Commit 61f8e898522f29f0c3aeae919becaff4e6033354

Authored by Junghwan Park
1 parent 60851a55f3
Exists in main

added requirements.txt

Showing 2 changed files with 43 additions and 1 deletions Side-by-side Diff

1 1 .DS_Store
2 2  
3 3 data
  4 +venv
requirements.txt View file @ 61f8e89
  1 +absl-py==1.0.0
  2 +astunparse==1.6.3
  3 +cached-property==1.5.2
  4 +cachetools==4.2.4
  5 +certifi==2021.10.8
  6 +charset-normalizer==2.0.10
  7 +flatbuffers==2.0
  8 +gast==0.4.0
  9 +google-auth==2.3.3
  10 +google-auth-oauthlib==0.4.6
  11 +google-pasta==0.2.0
  12 +grpcio==1.43.0
  13 +h5py==3.6.0
  14 +idna==3.3
  15 +importlib-metadata==4.10.0
  16 +keras==2.7.0
  17 +Keras-Preprocessing==1.1.2
  18 +libclang==12.0.0
  19 +Markdown==3.3.6
  20 +numpy==1.21.5
  21 +oauthlib==3.1.1
  22 +opt-einsum==3.3.0
  23 +protobuf==3.19.1
  24 +pyasn1==0.4.8
  25 +pyasn1-modules==0.2.8
  26 +requests==2.27.1
  27 +requests-oauthlib==1.3.0
  28 +rsa==4.8
  29 +six==1.16.0
  30 +tensorboard==2.7.0
  31 +tensorboard-data-server==0.6.1
  32 +tensorboard-plugin-wit==1.8.1
  33 +tensorflow==2.7.0
  34 +tensorflow-estimator==2.7.0
  35 +tensorflow-io-gcs-filesystem==0.23.1
  36 +termcolor==1.1.0
  37 +typing-extensions==4.0.1
  38 +urllib3==1.26.8
  39 +Werkzeug==2.0.2
  40 +wrapt==1.13.3
  41 +zipp==3.7.0