Nacho86 commited on
Commit
0e68785
·
verified ·
1 Parent(s): da9a696

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -96
requirements.txt CHANGED
@@ -1,96 +1,20 @@
1
- pip==23.3.2
2
- protobuf>=3.20.0,<3.21.0
3
- absl-py==2.0.0
4
- altair==5.2.0
5
- astunparse==1.6.3
6
- attrs==23.2.0
7
- blinker==1.7.0
8
- cachetools==5.3.2
9
- certifi==2023.11.17
10
- charset-normalizer==3.3.2
11
- click==8.1.7
12
- colorama==0.4.6
13
- filelock==3.13.1
14
- flatbuffers==23.5.26
15
- fsspec==2023.12.2
16
- gast==0.5.4
17
- gitdb==4.0.11
18
- GitPython==3.1.40
19
- google-auth==2.26.1
20
- google-auth-oauthlib==1.2.0
21
- google-pasta==0.2.0
22
- grpcio==1.60.0
23
- h5py==3.10.0
24
- huggingface-hub==0.20.2
25
- idna==3.6
26
- importlib-metadata<7
27
- Jinja2==3.1.2
28
- joblib==1.3.2
29
- jsonschema==4.20.0
30
- jsonschema-specifications==2023.12.1
31
- keras==2.15.0
32
- libclang==16.0.6
33
- Markdown==3.5.1
34
- markdown-it-py==3.0.0
35
- MarkupSafe==2.1.3
36
- mdurl==0.1.2
37
- ml-dtypes~=0.2.0
38
- mpmath==1.3.0
39
- networkx==3.2.1
40
- nltk==3.8.1
41
- numpy==1.26.3
42
- oauthlib==3.2.2
43
- opt-einsum==3.3.0
44
- orjson==3.9.10
45
- packaging==23.2
46
- pandas==2.1.4
47
- pillow==10.2.0
48
- pyarrow==14.0.2
49
- pyasn1==0.5.1
50
- pyasn1-modules==0.3.0
51
- pydeck==0.8.1b0
52
- Pygments==2.17.2
53
- python-dateutil==2.8.2
54
- pytz==2023.3.post1
55
- PyYAML==6.0.1
56
- referencing==0.32.1
57
- regex==2023.12.25
58
- requests==2.31.0
59
- requests-oauthlib==1.3.1
60
- rich==13.7.0
61
- rpds-py==0.16.2
62
- rsa==4.9
63
- safetensors==0.4.1
64
- scikit-learn==1.2.1
65
- scipy==1.11.4
66
- six==1.16.0
67
- smmap==5.0.1
68
- streamlit>=1.29.0,<1.30
69
- streamlit-bridge==1.1.3
70
- sympy==1.12
71
- tenacity==8.2.3
72
- tensorboard==2.15.1
73
- tensorboard-data-server==0.7.2
74
- tensorflow==2.15.0
75
- tensorflow-estimator==2.15.0
76
- tensorflow-io-gcs-filesystem==0.31.0
77
- termcolor==2.4.0
78
- threadpoolctl==3.2.0
79
- tokenizers==0.15.0
80
- toml==0.10.2
81
- toolz==0.12.0
82
- torch==2.1.2
83
- torchvision==0.16.2
84
- tornado==6.4
85
- tqdm==4.66.1
86
- transformers==4.36.2
87
- typing_extensions==4.9.0
88
- tzdata==2023.4
89
- tzlocal==5.2
90
- urllib3==2.1.0
91
- validators==0.22.0
92
- watchdog==3.0.0
93
- Werkzeug==3.0.1
94
- wheel==0.42.0 # Actualizado
95
- wrapt~=1.12.0
96
- zipp==3.17.0
 
1
+ streamlit>=1.29.0
2
+ transformers>=4.37.0
3
+ huggingface-hub>=0.20.0
4
+ torch>=2.1.2
5
+ tensorflow>=2.15.0
6
+ keras>=2.15.0
7
+ scikit-learn>=1.2.1
8
+ pandas>=2.1.4
9
+ numpy>=1.26.3
10
+ pillow>=10.2.0
11
+ nltk>=3.8.1
12
+ altair>=5.2.0
13
+ markdown>=3.5.1
14
+ sympy>=1.12
15
+ networkx>=3.2.1
16
+ rich>=13.7.0
17
+ watchdog>=3.0.0
18
+ safetensors>=0.4.1
19
+ tokenizers>=0.15.0
20
+ tensorboard>=2.15.1