seamusbarnes commited on
Commit
bf27061
·
1 Parent(s): a1c664c

requirements.txt: added fastai and glob to requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +34 -1
requirements.txt CHANGED
@@ -3,20 +3,30 @@ altair==5.3.0
3
  annotated-types==0.7.0
4
  anyio==4.4.0
5
  attrs==23.2.0
 
 
6
  certifi==2024.7.4
7
  charset-normalizer==3.3.2
8
  click==8.1.7
 
 
9
  contourpy==1.2.1
10
  cycler==0.12.1
 
11
  dnspython==2.6.1
12
  email_validator==2.2.0
13
  exceptiongroup==1.2.1
 
14
  fastapi==0.111.0
15
  fastapi-cli==0.0.4
 
 
 
16
  ffmpy==0.3.2
17
  filelock==3.15.4
18
  fonttools==4.53.1
19
  fsspec==2024.6.1
 
20
  gradio==4.37.2
21
  gradio_client==1.0.2
22
  h11==0.14.0
@@ -27,18 +37,26 @@ huggingface-hub==0.23.4
27
  idna==3.7
28
  importlib_resources==6.4.0
29
  Jinja2==3.1.4
 
30
  jsonschema==4.23.0
31
  jsonschema-specifications==2023.12.1
32
  kiwisolver==1.4.5
 
 
 
33
  markdown-it-py==3.0.0
34
  MarkupSafe==2.1.5
35
  matplotlib==3.9.1
36
  mdurl==0.1.2
37
- numpy==2.0.0
 
 
 
38
  orjson==3.10.6
39
  packaging==24.1
40
  pandas==2.2.2
41
  pillow==10.4.0
 
42
  pydantic==2.8.2
43
  pydantic_core==2.20.1
44
  pydub==0.25.1
@@ -54,13 +72,25 @@ requests==2.32.3
54
  rich==13.7.1
55
  rpds-py==0.19.0
56
  ruff==0.5.1
 
 
57
  semantic-version==2.10.0
58
  shellingham==1.5.4
59
  six==1.16.0
 
60
  sniffio==1.3.1
 
 
 
 
61
  starlette==0.37.2
 
 
 
62
  tomlkit==0.12.0
63
  toolz==0.12.1
 
 
64
  tqdm==4.66.4
65
  typer==0.12.3
66
  typing_extensions==4.12.2
@@ -69,5 +99,8 @@ ujson==5.10.0
69
  urllib3==2.2.2
70
  uvicorn==0.30.1
71
  uvloop==0.19.0
 
72
  watchfiles==0.22.0
 
73
  websockets==11.0.3
 
 
3
  annotated-types==0.7.0
4
  anyio==4.4.0
5
  attrs==23.2.0
6
+ blis==0.7.11
7
+ catalogue==2.0.10
8
  certifi==2024.7.4
9
  charset-normalizer==3.3.2
10
  click==8.1.7
11
+ cloudpathlib==0.18.1
12
+ confection==0.1.5
13
  contourpy==1.2.1
14
  cycler==0.12.1
15
+ cymem==2.0.8
16
  dnspython==2.6.1
17
  email_validator==2.2.0
18
  exceptiongroup==1.2.1
19
+ fastai==2.7.15
20
  fastapi==0.111.0
21
  fastapi-cli==0.0.4
22
+ fastcore==1.5.51
23
+ fastdownload==0.0.7
24
+ fastprogress==1.0.3
25
  ffmpy==0.3.2
26
  filelock==3.15.4
27
  fonttools==4.53.1
28
  fsspec==2024.6.1
29
+ glob2==0.7
30
  gradio==4.37.2
31
  gradio_client==1.0.2
32
  h11==0.14.0
 
37
  idna==3.7
38
  importlib_resources==6.4.0
39
  Jinja2==3.1.4
40
+ joblib==1.4.2
41
  jsonschema==4.23.0
42
  jsonschema-specifications==2023.12.1
43
  kiwisolver==1.4.5
44
+ langcodes==3.4.0
45
+ language_data==1.2.0
46
+ marisa-trie==1.2.0
47
  markdown-it-py==3.0.0
48
  MarkupSafe==2.1.5
49
  matplotlib==3.9.1
50
  mdurl==0.1.2
51
+ mpmath==1.3.0
52
+ murmurhash==1.0.10
53
+ networkx==3.3
54
+ numpy==1.26.4
55
  orjson==3.10.6
56
  packaging==24.1
57
  pandas==2.2.2
58
  pillow==10.4.0
59
+ preshed==3.0.9
60
  pydantic==2.8.2
61
  pydantic_core==2.20.1
62
  pydub==0.25.1
 
72
  rich==13.7.1
73
  rpds-py==0.19.0
74
  ruff==0.5.1
75
+ scikit-learn==1.5.1
76
+ scipy==1.14.0
77
  semantic-version==2.10.0
78
  shellingham==1.5.4
79
  six==1.16.0
80
+ smart-open==7.0.4
81
  sniffio==1.3.1
82
+ spacy==3.7.5
83
+ spacy-legacy==3.0.12
84
+ spacy-loggers==1.0.5
85
+ srsly==2.4.8
86
  starlette==0.37.2
87
+ sympy==1.13.0
88
+ thinc==8.2.5
89
+ threadpoolctl==3.5.0
90
  tomlkit==0.12.0
91
  toolz==0.12.1
92
+ torch==2.3.1
93
+ torchvision==0.18.1
94
  tqdm==4.66.4
95
  typer==0.12.3
96
  typing_extensions==4.12.2
 
99
  urllib3==2.2.2
100
  uvicorn==0.30.1
101
  uvloop==0.19.0
102
+ wasabi==1.1.3
103
  watchfiles==0.22.0
104
+ weasel==0.4.1
105
  websockets==11.0.3
106
+ wrapt==1.16.0