esocoder commited on
Commit
0a0c99d
1 Parent(s): 1d51650

missing keras

Browse files
Files changed (1) hide show
  1. requirements.txt +123 -0
requirements.txt ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==2.1.0
2
+ aiohappyeyeballs==2.3.5
3
+ aiohttp==3.10.1
4
+ aiosignal==1.3.1
5
+ altair==5.3.0
6
+ annotated-types==0.7.0
7
+ anyio==4.4.0
8
+ astunparse==1.6.3
9
+ attrs==24.2.0
10
+ beautifulsoup4==4.12.3
11
+ blinker==1.8.2
12
+ bs4==0.0.2
13
+ cachetools==5.4.0
14
+ certifi==2024.7.4
15
+ charset-normalizer==3.3.2
16
+ click==8.1.7
17
+ contourpy==1.2.1
18
+ cycler==0.12.1
19
+ distro==1.9.0
20
+ filelock==3.15.4
21
+ flatbuffers==24.3.25
22
+ fonttools==4.53.1
23
+ frozenlist==1.4.1
24
+ fsspec==2024.6.1
25
+ gast==0.6.0
26
+ gitdb==4.0.11
27
+ GitPython==3.1.43
28
+ google-pasta==0.2.0
29
+ groq==0.9.0
30
+ grpcio==1.65.4
31
+ h11==0.14.0
32
+ h5py==3.11.0
33
+ httpcore==1.0.5
34
+ httpx==0.27.0
35
+ huggingface-hub==0.24.5
36
+ idna==3.7
37
+ Jinja2==3.1.4
38
+ joblib==1.4.2
39
+ jsonschema==4.23.0
40
+ jsonschema-specifications==2023.12.1
41
+ keras==3.4.1
42
+ kiwisolver==1.4.5
43
+ libclang==18.1.1
44
+ Markdown==3.6
45
+ markdown-it-py==3.0.0
46
+ MarkupSafe==2.1.5
47
+ matplotlib==3.9.1.post1
48
+ mdurl==0.1.2
49
+ ml-dtypes==0.4.0
50
+ mpmath==1.3.0
51
+ multidict==6.0.5
52
+ namex==0.0.8
53
+ networkx==3.3
54
+ nltk==3.8.1
55
+ numpy==1.26.4
56
+ nvidia-cublas-cu12==12.1.3.1
57
+ nvidia-cuda-cupti-cu12==12.1.105
58
+ nvidia-cuda-nvrtc-cu12==12.1.105
59
+ nvidia-cuda-runtime-cu12==12.1.105
60
+ nvidia-cudnn-cu12==9.1.0.70
61
+ nvidia-cufft-cu12==11.0.2.54
62
+ nvidia-curand-cu12==10.3.2.106
63
+ nvidia-cusolver-cu12==11.4.5.107
64
+ nvidia-cusparse-cu12==12.1.0.106
65
+ nvidia-nccl-cu12==2.20.5
66
+ nvidia-nvjitlink-cu12==12.6.20
67
+ nvidia-nvtx-cu12==12.1.105
68
+ opt-einsum==3.3.0
69
+ optree==0.12.1
70
+ packaging==24.1
71
+ pandas==2.2.2
72
+ pillow==10.4.0
73
+ pip-search==0.0.12
74
+ protobuf==4.25.4
75
+ psutil==6.0.0
76
+ pyarrow==17.0.0
77
+ pydantic==2.8.2
78
+ pydantic_core==2.20.1
79
+ pydeck==0.9.1
80
+ Pygments==2.18.0
81
+ pyparsing==3.1.2
82
+ python-dateutil==2.9.0.post0
83
+ python-dotenv==1.0.1
84
+ pytz==2024.1
85
+ PyYAML==6.0.2
86
+ referencing==0.35.1
87
+ regex==2024.7.24
88
+ requests==2.32.3
89
+ rich==13.7.1
90
+ rpds-py==0.20.0
91
+ safetensors==0.4.4
92
+ scikit-learn==1.5.1
93
+ scipy==1.14.0
94
+ six==1.16.0
95
+ smmap==5.0.1
96
+ sniffio==1.3.1
97
+ soupsieve==2.5
98
+ streamlit==1.37.1
99
+ sympy==1.13.1
100
+ tenacity==8.5.0
101
+ tensorboard==2.17.0
102
+ tensorboard-data-server==0.7.2
103
+ tensorflow==2.17.0
104
+ tensorflow-io-gcs-filesystem==0.37.1
105
+ termcolor==2.4.0
106
+ tf_keras==2.17.0
107
+ threadpoolctl==3.5.0
108
+ tokenizers==0.19.1
109
+ toml==0.10.2
110
+ toolz==0.12.1
111
+ torch==2.4.0
112
+ torch_geometric==2.5.3
113
+ tornado==6.4.1
114
+ tqdm==4.66.5
115
+ transformers==4.44.0
116
+ triton==3.0.0
117
+ typing_extensions==4.12.2
118
+ tzdata==2024.1
119
+ urllib3==2.2.2
120
+ watchdog==4.0.1
121
+ Werkzeug==3.0.3
122
+ wrapt==1.16.0
123
+ yarl==1.9.4