gabrielwithhappy commited on
Commit
c6f1aa4
1 Parent(s): 06ebec9

update requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +48 -68
requirements.txt CHANGED
@@ -1,77 +1,57 @@
1
- aiofiles==23.2.1
2
- altair==5.1.2
3
- annotated-types==0.6.0
4
- anyio==3.7.1
5
- attrs==23.1.0
6
- beautifulsoup4==4.12.2
7
- certifi==2023.7.22
8
- charset-normalizer==3.3.1
9
- click==8.1.7
10
- contourpy==1.1.1
11
- cssselect==1.2.0
12
- cycler==0.12.1
13
- exceptiongroup==1.1.3
14
- fastapi==0.104.0
15
- feedfinder2==0.0.4
16
- feedparser==6.0.10
17
- ffmpy==0.3.1
18
- filelock==3.12.4
19
- fonttools==4.43.1
20
- fsspec==2023.10.0
21
- gradio==3.50.2
22
- gradio-client==0.6.1
23
- h11==0.14.0
24
- httpcore==0.18.0
25
- httpx==0.25.0
26
- huggingface-hub==0.17.0
27
- idna==3.4
28
- importlib-resources==6.1.0
29
- jieba3k==0.35.1
30
- Jinja2==3.1.2
31
- joblib==1.3.2
32
- jsonschema==4.19.1
33
- jsonschema-specifications==2023.7.1
34
- kiwisolver==1.4.5
35
- lxml==4.9.3
36
- MarkupSafe==2.1.3
37
- matplotlib==3.7.3
38
- newspaper3k==0.2.8
39
- nltk==3.8.1
40
- numpy==1.24.4
41
- orjson==3.9.10
42
- packaging==23.2
43
- pandas==2.0.3
44
- Pillow==10.1.0
45
- pkgutil-resolve-name==1.3.10
46
- pydantic==2.4.2
47
- pydantic-core==2.10.1
48
- pydub==0.25.1
49
- pyparsing==3.1.1
50
- python-dateutil==2.8.2
51
- python-multipart==0.0.6
52
- pytz==2023.3.post1
53
- PyYAML==6.0.1
54
- referencing==0.30.2
55
- regex==2023.10.3
56
- requests==2.31.0
57
- requests-file==1.5.1
58
- rpds-py==0.10.6
59
- safetensors==0.4.0
60
- semantic-version==2.10.0
61
- sgmllib3k==1.0.0
62
- six==1.16.0
63
- sniffio==1.3.0
64
- soupsieve==2.5
65
- starlette==0.27.0
66
  tinysegmenter==0.3
67
  tldextract==5.0.1
68
  tokenizers==0.14.1
 
 
69
  toolz==0.12.0
 
 
 
 
 
 
 
70
  tqdm==4.66.1
 
 
71
  transformers==4.34.1
72
- typing-extensions==4.8.0
73
- tzdata==2023.3
 
 
 
 
 
 
 
74
  urllib3==2.0.7
75
  uvicorn==0.23.2
 
 
 
 
 
 
 
76
  websockets==11.0.3
77
- zipp==3.17.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ textblob==0.17.1
2
+ tf-slim==1.1.0
3
+ thinc==8.1.12
4
+ threadpoolctl==3.2.0
5
+ tifffile==2023.9.26
6
+ tinycss2==1.2.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  tinysegmenter==0.3
8
  tldextract==5.0.1
9
  tokenizers==0.14.1
10
+ toml==0.10.2
11
+ tomli==2.0.1
12
  toolz==0.12.0
13
+ torch @ https://download.pytorch.org/whl/cu118/torch-2.1.0%2Bcu118-cp310-cp310-linux_x86_64.whl#sha256=a81b554184492005543ddc32e96469f9369d778dedd195d73bda9bed407d6589
14
+ torchaudio @ https://download.pytorch.org/whl/cu118/torchaudio-2.1.0%2Bcu118-cp310-cp310-linux_x86_64.whl#sha256=cdfd0a129406155eee595f408cafbb92589652da4090d1d2040f5453d4cae71f
15
+ torchdata==0.7.0
16
+ torchsummary==1.5.1
17
+ torchtext==0.16.0
18
+ torchvision @ https://download.pytorch.org/whl/cu118/torchvision-0.16.0%2Bcu118-cp310-cp310-linux_x86_64.whl#sha256=033712f65d45afe806676c4129dfe601ad1321d9e092df62b15847c02d4061dc
19
+ tornado==6.3.2
20
  tqdm==4.66.1
21
+ traitlets==5.7.1
22
+ traittypes==0.2.1
23
  transformers==4.34.1
24
+ triton==2.1.0
25
+ tweepy==4.13.0
26
+ typer==0.9.0
27
+ types-pytz==2023.3.1.1
28
+ types-setuptools==68.2.0.0
29
+ typing_extensions==4.8.0
30
+ tzlocal==5.2
31
+ uc-micro-py==1.0.2
32
+ uritemplate==4.1.1
33
  urllib3==2.0.7
34
  uvicorn==0.23.2
35
+ vega-datasets==0.9.0
36
+ wadllib==1.3.6
37
+ wasabi==1.1.2
38
+ wcwidth==0.2.8
39
+ webcolors==1.13
40
+ webencodings==0.5.1
41
+ websocket-client==1.6.4
42
  websockets==11.0.3
43
+ Werkzeug==3.0.1
44
+ widgetsnbextension==3.6.6
45
+ wordcloud==1.9.2
46
+ wrapt==1.14.1
47
+ xarray==2023.7.0
48
+ xarray-einstats==0.6.0
49
+ xgboost==2.0.1
50
+ xlrd==2.0.1
51
+ xxhash==3.4.1
52
+ xyzservices==2023.10.0
53
+ yarl==1.9.2
54
+ yellowbrick==1.5
55
+ yfinance==0.2.31
56
+ zict==3.0.0
57
+ zipp==3.17.0