EliseoBaquero commited on
Commit
5ac3305
1 Parent(s): 2ad7926

Actualizando el requirement

Browse files
Files changed (1) hide show
  1. requirements.txt +78 -7
requirements.txt CHANGED
@@ -1,7 +1,78 @@
1
- numpy
2
- Pillow
3
- scipy
4
- opencv-python
5
- tensorflow
6
- streamlit
7
- huggingface_hub
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==2.1.0
2
+ altair==5.2.0
3
+ astunparse==1.6.3
4
+ attrs==23.2.0
5
+ blinker==1.7.0
6
+ cachetools==5.3.2
7
+ certifi==2023.11.17
8
+ charset-normalizer==3.3.2
9
+ click==8.1.7
10
+ filelock==3.13.1
11
+ flatbuffers==23.5.26
12
+ fsspec==2023.12.2
13
+ gast==0.5.4
14
+ gitdb==4.0.11
15
+ GitPython==3.1.41
16
+ google-auth==2.27.0
17
+ google-auth-oauthlib==1.2.0
18
+ google-pasta==0.2.0
19
+ grpcio==1.60.0
20
+ h5py==3.10.0
21
+ huggingface-hub==0.20.3
22
+ idna==3.6
23
+ importlib-metadata==7.0.1
24
+ Jinja2==3.1.3
25
+ jsonschema==4.21.1
26
+ jsonschema-specifications==2023.12.1
27
+ keras==2.15.0
28
+ libclang==16.0.6
29
+ Markdown==3.5.2
30
+ markdown-it-py==3.0.0
31
+ MarkupSafe==2.1.4
32
+ mdurl==0.1.2
33
+ ml-dtypes==0.2.0
34
+ numpy==1.26.3
35
+ oauthlib==3.2.2
36
+ opencv-python==4.9.0.80
37
+ opt-einsum==3.3.0
38
+ packaging==23.2
39
+ pandas==2.2.0
40
+ pillow==10.2.0
41
+ protobuf==4.23.4
42
+ pyarrow==15.0.0
43
+ pyasn1==0.5.1
44
+ pyasn1-modules==0.3.0
45
+ pydeck==0.8.1b0
46
+ Pygments==2.17.2
47
+ python-dateutil==2.8.2
48
+ pytz==2023.3.post1
49
+ PyYAML==6.0.1
50
+ referencing==0.32.1
51
+ requests==2.31.0
52
+ requests-oauthlib==1.3.1
53
+ rich==13.7.0
54
+ rpds-py==0.17.1
55
+ rsa==4.9
56
+ scipy==1.12.0
57
+ six==1.16.0
58
+ smmap==5.0.1
59
+ streamlit==1.30.0
60
+ tenacity==8.2.3
61
+ tensorboard==2.15.1
62
+ tensorboard-data-server==0.7.2
63
+ tensorflow==2.15.0
64
+ tensorflow-estimator==2.15.0
65
+ tensorflow-io-gcs-filesystem==0.35.0
66
+ termcolor==2.4.0
67
+ toml==0.10.2
68
+ toolz==0.12.1
69
+ tornado==6.4
70
+ tqdm==4.66.1
71
+ typing_extensions==4.9.0
72
+ tzdata==2023.4
73
+ tzlocal==5.2
74
+ urllib3==2.1.0
75
+ validators==0.22.0
76
+ Werkzeug==3.0.1
77
+ wrapt==1.14.1
78
+ zipp==3.17.0