esocoder commited on
Commit
b340872
1 Parent(s): 69bfd3a

missing tensorflow

Browse files
Files changed (2) hide show
  1. .gitignore +2 -0
  2. requirements.txt +23 -2
.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ .env
2
+ poem_analysis.code-workspace
requirements.txt CHANGED
@@ -1,9 +1,11 @@
 
1
  aiohappyeyeballs==2.3.5
2
  aiohttp==3.10.1
3
  aiosignal==1.3.1
4
  altair==5.3.0
5
  annotated-types==0.7.0
6
  anyio==4.4.0
 
7
  attrs==24.2.0
8
  beautifulsoup4==4.12.3
9
  blinker==1.8.2
@@ -16,13 +18,18 @@ contourpy==1.2.1
16
  cycler==0.12.1
17
  distro==1.9.0
18
  filelock==3.15.4
 
19
  fonttools==4.53.1
20
  frozenlist==1.4.1
21
  fsspec==2024.6.1
 
22
  gitdb==4.0.11
23
  GitPython==3.1.43
 
24
  groq==0.9.0
 
25
  h11==0.14.0
 
26
  httpcore==1.0.5
27
  httpx==0.27.0
28
  huggingface-hub==0.24.5
@@ -31,16 +38,21 @@ Jinja2==3.1.4
31
  joblib==1.4.2
32
  jsonschema==4.23.0
33
  jsonschema-specifications==2023.12.1
 
34
  kiwisolver==1.4.5
 
 
35
  markdown-it-py==3.0.0
36
  MarkupSafe==2.1.5
37
  matplotlib==3.9.1.post1
38
  mdurl==0.1.2
 
39
  mpmath==1.3.0
40
  multidict==6.0.5
 
41
  networkx==3.3
42
  nltk==3.8.1
43
- numpy==2.0.1
44
  nvidia-cublas-cu12==12.1.3.1
45
  nvidia-cuda-cupti-cu12==12.1.105
46
  nvidia-cuda-nvrtc-cu12==12.1.105
@@ -53,11 +65,13 @@ nvidia-cusparse-cu12==12.1.0.106
53
  nvidia-nccl-cu12==2.20.5
54
  nvidia-nvjitlink-cu12==12.6.20
55
  nvidia-nvtx-cu12==12.1.105
 
 
56
  packaging==24.1
57
  pandas==2.2.2
58
  pillow==10.4.0
59
  pip-search==0.0.12
60
- protobuf==5.27.3
61
  psutil==6.0.0
62
  pyarrow==17.0.0
63
  pydantic==2.8.2
@@ -84,6 +98,11 @@ soupsieve==2.5
84
  streamlit==1.37.1
85
  sympy==1.13.1
86
  tenacity==8.5.0
 
 
 
 
 
87
  threadpoolctl==3.5.0
88
  tokenizers==0.19.1
89
  toml==0.10.2
@@ -98,4 +117,6 @@ typing_extensions==4.12.2
98
  tzdata==2024.1
99
  urllib3==2.2.2
100
  watchdog==4.0.1
 
 
101
  yarl==1.9.4
 
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
 
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
 
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
 
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
 
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
  threadpoolctl==3.5.0
107
  tokenizers==0.19.1
108
  toml==0.10.2
 
117
  tzdata==2024.1
118
  urllib3==2.2.2
119
  watchdog==4.0.1
120
+ Werkzeug==3.0.3
121
+ wrapt==1.16.0
122
  yarl==1.9.4