NCTCMumbai commited on
Commit
e86d729
·
verified ·
1 Parent(s): bce4fbd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +97 -97
requirements.txt CHANGED
@@ -1,98 +1,98 @@
1
- notion-client==2.2.1
2
- altair==5.1.2
3
- asttokens==2.2.1
4
- attrs==23.1.0
5
- backcall==0.2.0
6
- beautifulsoup4==4.12.2
7
- blinker==1.6.3
8
- cachetools==5.3.1
9
- certifi==2023.7.22
10
- charset-normalizer==3.3.0
11
- click==8.1.7
12
- colorama==0.4.6
13
- comm==0.1.3
14
- debugpy==1.6.7
15
- decorator==5.1.1
16
- dnspython==2.4.2
17
- executing==1.2.0
18
- filelock==3.12.4
19
- fsspec==2023.9.2
20
- gitdb==4.0.10
21
- GitPython==3.1.37
22
- huggingface-hub==0.18.0
23
- idna==3.4
24
- importlib-metadata==6.8.0
25
- ipykernel==6.23.3
26
- ipython==8.14.0
27
- jedi==0.18.2
28
- Jinja2==3.1.2
29
- joblib==1.3.2
30
- jsonschema==4.19.1
31
- jsonschema-specifications==2023.7.1
32
- jupyter_client==8.3.0
33
- jupyter_core==5.3.1
34
- loguru==0.7.2
35
- markdown-it-py==3.0.0
36
- MarkupSafe==2.1.3
37
- matplotlib-inline==0.1.6
38
- mdurl==0.1.2
39
- mpmath==1.3.0
40
- nest-asyncio==1.5.6
41
- networkx==3.2.1
42
- nltk==3.8.1
43
- numpy==1.26.0
44
- packaging==23.1
45
- pandas==2.1.1
46
- parso==0.8.3
47
- pickleshare==0.7.5
48
- Pillow==10.0.1
49
- platformdirs==3.8.0
50
- prompt-toolkit==3.0.38
51
- protobuf==4.24.4
52
- psutil==5.9.5
53
- pure-eval==0.2.2
54
- pyarrow==13.0.0
55
- pydeck==0.8.1b0
56
- Pygments==2.15.1
57
- python-dateutil==2.8.2
58
- python-dotenv==1.0.0
59
- pytz==2023.3.post1
60
- PyYAML==6.0.1
61
- pyzmq==25.1.0
62
- referencing==0.30.2
63
- regex==2023.10.3
64
- requests==2.31.0
65
- rich==13.6.0
66
- rpds-py==0.10.4
67
- safetensors==0.4.1
68
- scikit-learn==1.3.2
69
- scipy==1.11.4
70
- sentence-transformers==2.2.2
71
- sentencepiece==0.1.99
72
- six==1.16.0
73
- smmap==5.0.1
74
- soupsieve==2.5
75
- stack-data==0.6.2
76
- streamlit==1.27.2
77
- sympy==1.12
78
- tenacity==8.2.3
79
- threadpoolctl==3.2.0
80
- tokenizers==0.15.0
81
- toml==0.10.2
82
- toolz==0.12.0
83
- torch==2.1.2
84
- torchvision==0.16.2
85
- tornado==6.3.2
86
- tqdm==4.66.1
87
- traitlets==5.9.0
88
- transformers==4.35.2
89
- typing_extensions==4.8.0
90
- tzdata==2023.3
91
- tzlocal==5.1
92
- urllib3==2.0.6
93
- validators==0.22.0
94
- watchdog==3.0.0
95
- wcwidth==0.2.6
96
- win32-setctime==1.1.0
97
- zipp==3.17.0
98
  google
 
1
+ notion-client
2
+ altair
3
+ asttokens
4
+ attrs
5
+ backcall
6
+ beautifulsoup4
7
+ blinker
8
+ cachetools
9
+ certifi
10
+ charset-normalizer
11
+ click
12
+ colorama
13
+ comm
14
+ debugpy
15
+ decorator
16
+ dnspython
17
+ executing
18
+ filelock
19
+ fsspec
20
+ gitdb
21
+ GitPython
22
+ huggingface-hub
23
+ idna
24
+ importlib-metadata
25
+ ipykernel
26
+ ipython
27
+ jedi
28
+ Jinja2
29
+ joblib
30
+ jsonschema
31
+ jsonschema-specifications
32
+ jupyter_client
33
+ jupyter_core
34
+ loguru
35
+ markdown-it-py
36
+ MarkupSafe
37
+ matplotlib-inline
38
+ mdurl
39
+ mpmath
40
+ nest-asyncio
41
+ networkx
42
+ nltk
43
+ numpy
44
+ packaging
45
+ pandas
46
+ parso
47
+ pickleshare
48
+ Pillow
49
+ platformdirs
50
+ prompt-toolkit
51
+ protobuf
52
+ psutil
53
+ pure-eval
54
+ pyarrow
55
+ pydeck
56
+ Pygments
57
+ python-dateutil
58
+ python-dotenv
59
+ pytz
60
+ PyYAML
61
+ pyzmq
62
+ referencing
63
+ regex
64
+ requests
65
+ rich
66
+ rpds-py
67
+ safetensors
68
+ scikit-learn
69
+ scipy
70
+ sentence-transformers
71
+ sentencepiece
72
+ six
73
+ smmap
74
+ soupsieve
75
+ stack-data
76
+ streamlit
77
+ sympy
78
+ tenacity
79
+ threadpoolctl
80
+ tokenizers
81
+ toml
82
+ toolz
83
+ torch
84
+ torchvision
85
+ tornado
86
+ tqdm
87
+ traitlets
88
+ transformers
89
+ typing_extensions
90
+ tzdata
91
+ tzlocal
92
+ urllib3
93
+ validators
94
+ watchdog
95
+ wcwidth
96
+ win32-setctime
97
+ zipp
98
  google