valeriedaash commited on
Commit
5ffc08d
·
1 Parent(s): eb0c31c

reqs updated

Browse files
Files changed (1) hide show
  1. requirements.txt +26 -1
requirements.txt CHANGED
@@ -1,24 +1,38 @@
1
  altair==5.2.0
 
2
  attrs==23.2.0
3
  blinker==1.7.0
4
  cachetools==5.3.3
5
  certifi==2024.2.2
6
  charset-normalizer==3.3.2
7
  click==8.1.7
 
 
 
 
 
 
8
  filelock==3.13.1
9
  fsspec==2024.2.0
10
  gitdb==4.0.11
11
  GitPython==3.1.42
12
  huggingface-hub==0.21.4
13
  idna==3.6
 
 
 
14
  Jinja2==3.1.3
15
  joblib==1.3.2
16
  jsonschema==4.21.1
17
  jsonschema-specifications==2023.12.1
 
 
18
  markdown-it-py==3.0.0
19
  MarkupSafe==2.1.5
 
20
  mdurl==0.1.2
21
  mpmath==1.3.0
 
22
  networkx==3.2.1
23
  numpy==1.26.4
24
  nvidia-cublas-cu12==12.1.3.1
@@ -35,14 +49,22 @@ nvidia-nvjitlink-cu12==12.4.99
35
  nvidia-nvtx-cu12==12.1.105
36
  packaging==23.2
37
  pandas==2.2.1
 
 
38
  pillow==10.2.0
 
 
39
  protobuf==4.25.3
 
 
 
40
  pyarrow==15.0.1
41
  pydeck==0.8.1b0
42
  Pygments==2.17.2
43
  python-dateutil==2.9.0.post0
44
  pytz==2024.1
45
  PyYAML==6.0.1
 
46
  referencing==0.33.0
47
  regex==2023.12.25
48
  requests==2.31.0
@@ -54,6 +76,7 @@ scipy==1.12.0
54
  sentence-transformers==2.5.1
55
  six==1.16.0
56
  smmap==5.0.1
 
57
  streamlit==1.32.1
58
  sympy==1.12
59
  tenacity==8.2.3
@@ -64,9 +87,11 @@ toolz==0.12.1
64
  torch==2.2.1
65
  tornado==6.4
66
  tqdm==4.66.2
 
67
  transformers==4.38.2
68
  triton==2.2.0
69
  typing_extensions==4.10.0
70
  tzdata==2024.1
71
  urllib3==2.2.1
72
- watchdog==4.0.0
 
 
1
  altair==5.2.0
2
+ asttokens==2.4.1
3
  attrs==23.2.0
4
  blinker==1.7.0
5
  cachetools==5.3.3
6
  certifi==2024.2.2
7
  charset-normalizer==3.3.2
8
  click==8.1.7
9
+ comm==0.2.2
10
+ debugpy==1.8.1
11
+ decorator==5.1.1
12
+ exceptiongroup==1.2.0
13
+ executing==2.0.1
14
+ faiss-cpu==1.8.0
15
  filelock==3.13.1
16
  fsspec==2024.2.0
17
  gitdb==4.0.11
18
  GitPython==3.1.42
19
  huggingface-hub==0.21.4
20
  idna==3.6
21
+ ipykernel==6.29.3
22
+ ipython==8.22.2
23
+ jedi==0.19.1
24
  Jinja2==3.1.3
25
  joblib==1.3.2
26
  jsonschema==4.21.1
27
  jsonschema-specifications==2023.12.1
28
+ jupyter_client==8.6.1
29
+ jupyter_core==5.7.2
30
  markdown-it-py==3.0.0
31
  MarkupSafe==2.1.5
32
+ matplotlib-inline==0.1.6
33
  mdurl==0.1.2
34
  mpmath==1.3.0
35
+ nest-asyncio==1.6.0
36
  networkx==3.2.1
37
  numpy==1.26.4
38
  nvidia-cublas-cu12==12.1.3.1
 
49
  nvidia-nvtx-cu12==12.1.105
50
  packaging==23.2
51
  pandas==2.2.1
52
+ parso==0.8.3
53
+ pexpect==4.9.0
54
  pillow==10.2.0
55
+ platformdirs==4.2.0
56
+ prompt-toolkit==3.0.43
57
  protobuf==4.25.3
58
+ psutil==5.9.8
59
+ ptyprocess==0.7.0
60
+ pure-eval==0.2.2
61
  pyarrow==15.0.1
62
  pydeck==0.8.1b0
63
  Pygments==2.17.2
64
  python-dateutil==2.9.0.post0
65
  pytz==2024.1
66
  PyYAML==6.0.1
67
+ pyzmq==25.1.2
68
  referencing==0.33.0
69
  regex==2023.12.25
70
  requests==2.31.0
 
76
  sentence-transformers==2.5.1
77
  six==1.16.0
78
  smmap==5.0.1
79
+ stack-data==0.6.3
80
  streamlit==1.32.1
81
  sympy==1.12
82
  tenacity==8.2.3
 
87
  torch==2.2.1
88
  tornado==6.4
89
  tqdm==4.66.2
90
+ traitlets==5.14.2
91
  transformers==4.38.2
92
  triton==2.2.0
93
  typing_extensions==4.10.0
94
  tzdata==2024.1
95
  urllib3==2.2.1
96
+ watchdog==4.0.0
97
+ wcwidth==0.2.13