Skip to content

Commit e54d01c

Browse files
author
moon
committed
fix error
1 parent fe0a29a commit e54d01c

File tree

1 file changed

+19
-20
lines changed

1 file changed

+19
-20
lines changed

requirements.txt

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,67 +3,66 @@ astunparse==1.6.3
33
blinker==1.8.2
44
CacheControl==0.14.0
55
cachetools==5.3.3
6-
certifi==2024.2.2
6+
certifi==2024.6.2
77
cffi==1.16.0
88
charset-normalizer==3.3.2
99
click==8.1.7
10-
colorama==0.4.6
11-
cryptography==42.0.7
10+
cryptography==42.0.8
1211
firebase-admin==6.5.0
1312
Flask==3.0.3
13+
Flask-Cors==4.0.1
14+
flask-swagger-ui==4.11.1
1415
flatbuffers==24.3.25
1516
gast==0.5.4
1617
google-api-core==2.19.0
17-
google-api-python-client==2.133.0
18+
google-api-python-client==2.132.0
1819
google-auth==2.29.0
1920
google-auth-httplib2==0.2.0
21+
google-auth-oauthlib==1.2.0
2022
google-cloud-core==2.4.1
2123
google-cloud-firestore==2.16.0
22-
google-cloud-storage==2.17.0
24+
google-cloud-storage==2.16.0
2325
google-crc32c==1.5.0
2426
google-pasta==0.2.0
2527
google-resumable-media==2.7.0
26-
googleapis-common-protos==1.63.0
27-
grpcio==1.64.0
28+
googleapis-common-protos==1.63.1
29+
grpcio==1.64.1
2830
grpcio-status==1.62.2
2931
h5py==3.11.0
3032
httplib2==0.22.0
3133
idna==3.7
3234
itsdangerous==2.2.0
3335
Jinja2==3.1.4
34-
keras==3.3.3
36+
keras==2.15.0
3537
libclang==18.1.1
3638
Markdown==3.6
37-
markdown-it-py==3.0.0
3839
MarkupSafe==2.1.5
39-
mdurl==0.1.2
40-
ml-dtypes==0.3.2
40+
ml-dtypes==0.2.0
4141
msgpack==1.0.8
42-
namex==0.0.8
4342
numpy==1.26.4
43+
oauthlib==3.2.2
4444
opt-einsum==3.3.0
45-
optree==0.11.0
4645
packaging==24.0
4746
pillow==10.3.0
4847
proto-plus==1.23.0
4948
protobuf==4.25.3
5049
pyasn1==0.6.0
5150
pyasn1_modules==0.4.0
5251
pycparser==2.22
53-
Pygments==2.18.0
5452
PyJWT==2.8.0
5553
pyparsing==3.1.2
5654
requests==2.32.3
57-
rich==13.7.1
55+
requests-oauthlib==2.0.0
5856
rsa==4.9
59-
setuptools==70.0.0
6057
six==1.16.0
61-
tensorboard==2.16.2
58+
tensorboard==2.15.2
6259
tensorboard-data-server==0.7.2
60+
tensorflow @ https://storage.googleapis.com/colab-tf-builds-public-09h6ksrfwbb9g9xv/tensorflow-2.15.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=a2ec79931350b378c1ef300ca836b52a55751acb71a433582508a07f0de57c42
61+
tensorflow-estimator==2.15.0
62+
tensorflow-io-gcs-filesystem==0.37.0
6363
termcolor==2.4.0
64-
typing_extensions==4.12.0
64+
typing_extensions==4.12.1
6565
uritemplate==4.1.1
6666
urllib3==2.2.1
6767
Werkzeug==3.0.3
68-
wheel==0.43.0
69-
wrapt==1.16.0
68+
wrapt==1.14.1

0 commit comments

Comments
 (0)