Canstralian commited on
Commit
7ffe7e2
·
verified ·
1 Parent(s): 69f088a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -97
requirements.txt CHANGED
@@ -1,97 +1,4 @@
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
 
1
+ transformers==4.28.0
2
+ torch==2.1.0 # You may need to adjust the version based on your environment
3
+ flask==2.3.0 # If you're using Flask for web app purposes, you can include it
4
+ streamlit==1.22.0 # If you're using Streamlit for your UI