ehagey commited on
Commit
6ffdc03
·
verified ·
1 Parent(s): 8f4e742

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -1
requirements.txt CHANGED
@@ -3,6 +3,7 @@ aiohttp==3.11.11
3
  aiosignal==1.3.2
4
  altair==5.5.0
5
  annotated-types==0.7.0
 
6
  attrs==24.3.0
7
  blinker==1.9.0
8
  cachetools==5.5.0
@@ -13,6 +14,7 @@ contourpy==1.3.1
13
  cycler==0.12.1
14
  datasets==3.2.0
15
  dill==0.3.8
 
16
  eval_type_backport==0.2.2
17
  filelock==3.16.1
18
  fonttools==4.55.3
@@ -20,9 +22,13 @@ frozenlist==1.5.0
20
  fsspec==2024.9.0
21
  gitdb==4.0.12
22
  GitPython==3.1.44
 
 
 
23
  huggingface-hub==0.27.1
24
  idna==3.10
25
  Jinja2==3.1.5
 
26
  jsonschema==4.23.0
27
  jsonschema-specifications==2024.10.1
28
  kiwisolver==1.4.8
@@ -34,6 +40,7 @@ multidict==6.1.0
34
  multiprocess==0.70.16
35
  narwhals==1.22.0
36
  numpy==2.2.1
 
37
  packaging==24.2
38
  pandas==2.2.3
39
  pillow==10.4.0
@@ -57,6 +64,7 @@ rpds-py==0.22.3
57
  shellingham==1.5.4
58
  six==1.17.0
59
  smmap==5.0.2
 
60
  streamlit==1.41.1
61
  tabulate==0.9.0
62
  tenacity==9.0.0
@@ -70,4 +78,3 @@ tzdata==2024.2
70
  urllib3==2.3.0
71
  xxhash==3.5.0
72
  yarl==1.18.3
73
- openai
 
3
  aiosignal==1.3.2
4
  altair==5.5.0
5
  annotated-types==0.7.0
6
+ anyio==4.8.0
7
  attrs==24.3.0
8
  blinker==1.9.0
9
  cachetools==5.5.0
 
14
  cycler==0.12.1
15
  datasets==3.2.0
16
  dill==0.3.8
17
+ distro==1.9.0
18
  eval_type_backport==0.2.2
19
  filelock==3.16.1
20
  fonttools==4.55.3
 
22
  fsspec==2024.9.0
23
  gitdb==4.0.12
24
  GitPython==3.1.44
25
+ h11==0.14.0
26
+ httpcore==1.0.7
27
+ httpx==0.28.1
28
  huggingface-hub==0.27.1
29
  idna==3.10
30
  Jinja2==3.1.5
31
+ jiter==0.8.2
32
  jsonschema==4.23.0
33
  jsonschema-specifications==2024.10.1
34
  kiwisolver==1.4.8
 
40
  multiprocess==0.70.16
41
  narwhals==1.22.0
42
  numpy==2.2.1
43
+ openai==1.60.0
44
  packaging==24.2
45
  pandas==2.2.3
46
  pillow==10.4.0
 
64
  shellingham==1.5.4
65
  six==1.17.0
66
  smmap==5.0.2
67
+ sniffio==1.3.1
68
  streamlit==1.41.1
69
  tabulate==0.9.0
70
  tenacity==9.0.0
 
78
  urllib3==2.3.0
79
  xxhash==3.5.0
80
  yarl==1.18.3