mshetairy commited on
Commit
7e92bee
·
verified ·
1 Parent(s): cce8ba3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +87 -1
requirements.txt CHANGED
@@ -1 +1,87 @@
1
- huggingface_hub==0.22.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==2.1.0
2
+ annotated-types==0.6.0
3
+ anyio==4.3.0
4
+ astunparse==1.6.3
5
+ cachetools==5.3.2
6
+ camel-tools==1.5.2
7
+ certifi==2024.2.2
8
+ charset-normalizer==3.3.2
9
+ click==8.1.7
10
+ colorama==0.4.6
11
+ dill==0.3.8
12
+ docopt==0.6.2
13
+ editdistance==0.8.1
14
+ emoji==2.10.1
15
+ exceptiongroup==1.2.0
16
+ fastapi==0.109.2
17
+ filelock==3.13.1
18
+ flatbuffers==23.5.26
19
+ fsspec==2024.2.0
20
+ future==0.18.3
21
+ gast==0.5.4
22
+ google-auth==2.28.0
23
+ google-auth-oauthlib==1.2.0
24
+ google-pasta==0.2.0
25
+ grpcio==1.60.1
26
+ h11==0.14.0
27
+ h5py==3.10.0
28
+ httptools==0.6.1
29
+ huggingface_hub==0.22.2
30
+ idna==3.6
31
+ Jinja2==3.1.3
32
+ joblib==1.3.2
33
+ keras==2.15.0
34
+ libclang==16.0.6
35
+ Markdown==3.5.2
36
+ MarkupSafe==2.1.5
37
+ ml-dtypes==0.2.0
38
+ mpmath==1.3.0
39
+ muddler==0.1.3
40
+ networkx==3.2.1
41
+ numpy==1.25.2
42
+ oauthlib==3.2.2
43
+ opt-einsum==3.3.0
44
+ packaging==23.2
45
+ pandas==2.2.0
46
+ protobuf==4.25.3
47
+ pyasn1==0.5.1
48
+ pyasn1-modules==0.3.0
49
+ pydantic==2.6.1
50
+ pydantic_core==2.16.2
51
+ pyrsistent==0.20.0
52
+ python-dateutil==2.8.2
53
+ python-dotenv==1.0.1
54
+ pytz==2024.1
55
+ PyYAML==6.0.1
56
+ regex==2023.12.25
57
+ requests==2.31.0
58
+ requests-oauthlib==1.3.1
59
+ rsa==4.9
60
+ safetensors==0.4.2
61
+ scikit-learn==1.4.1.post1
62
+ scipy==1.12.0
63
+ six==1.16.0
64
+ sniffio==1.3.0
65
+ starlette==0.36.3
66
+ sympy==1.12
67
+ tabulate==0.9.0
68
+ tensorboard==2.15.2
69
+ tensorboard-data-server==0.7.2
70
+ tensorflow==2.15.0
71
+ tensorflow-estimator==2.15.0
72
+ tensorflow-intel==2.15.0
73
+ tensorflow-io-gcs-filesystem==0.31.0
74
+ termcolor==2.4.0
75
+ threadpoolctl==3.3.0
76
+ tokenizers==0.15.2
77
+ torch==2.2.0
78
+ tqdm==4.66.2
79
+ transformers==4.37.2
80
+ typing_extensions==4.9.0
81
+ tzdata==2024.1
82
+ urllib3==2.2.1
83
+ uvicorn==0.27.1
84
+ watchfiles==0.21.0
85
+ websockets==12.0
86
+ Werkzeug==3.0.1
87
+ wrapt==1.14.1