maybe this works
Browse files- requirements.txt +25 -0
requirements.txt
CHANGED
@@ -1,16 +1,22 @@
|
|
1 |
aiofiles==23.2.1
|
2 |
annotated-types==0.7.0
|
3 |
anyio==4.8.0
|
|
|
|
|
4 |
blis==1.2.0
|
5 |
catalogue==2.0.10
|
6 |
certifi==2025.1.31
|
7 |
charset-normalizer==3.4.1
|
8 |
click==8.1.8
|
9 |
cloudpathlib==0.20.0
|
|
|
10 |
confection==0.1.5
|
11 |
contourpy==1.3.1
|
12 |
cycler==0.12.1
|
13 |
cymem==2.0.11
|
|
|
|
|
|
|
14 |
fastai==2.7.18
|
15 |
fastapi==0.115.8
|
16 |
fastcore==1.7.29
|
@@ -27,8 +33,13 @@ httpcore==1.0.7
|
|
27 |
httpx==0.28.1
|
28 |
huggingface-hub==0.28.1
|
29 |
idna==3.10
|
|
|
|
|
|
|
30 |
Jinja2==3.1.5
|
31 |
joblib==1.4.2
|
|
|
|
|
32 |
kiwisolver==1.4.8
|
33 |
langcodes==3.5.0
|
34 |
language_data==1.3.0
|
@@ -36,16 +47,25 @@ marisa-trie==1.2.1
|
|
36 |
markdown-it-py==3.0.0
|
37 |
MarkupSafe==2.1.5
|
38 |
matplotlib==3.10.0
|
|
|
39 |
mdurl==0.1.2
|
40 |
mpmath==1.3.0
|
41 |
murmurhash==1.0.12
|
|
|
42 |
networkx==3.4.2
|
43 |
numpy==2.2.2
|
44 |
orjson==3.10.15
|
45 |
packaging==24.2
|
46 |
pandas==2.2.3
|
|
|
|
|
47 |
pillow==11.1.0
|
|
|
48 |
preshed==3.0.9
|
|
|
|
|
|
|
|
|
49 |
pydantic==2.10.6
|
50 |
pydantic_core==2.27.2
|
51 |
pydub==0.25.1
|
@@ -55,6 +75,7 @@ python-dateutil==2.9.0.post0
|
|
55 |
python-multipart==0.0.20
|
56 |
pytz==2025.1
|
57 |
PyYAML==6.0.2
|
|
|
58 |
requests==2.32.3
|
59 |
rich==13.9.4
|
60 |
ruff==0.9.4
|
@@ -71,6 +92,7 @@ spacy==3.8.4
|
|
71 |
spacy-legacy==3.0.12
|
72 |
spacy-loggers==1.0.5
|
73 |
srsly==2.5.1
|
|
|
74 |
starlette==0.45.3
|
75 |
sympy==1.13.1
|
76 |
thinc==8.3.4
|
@@ -78,13 +100,16 @@ threadpoolctl==3.5.0
|
|
78 |
tomlkit==0.13.2
|
79 |
torch==2.5.1
|
80 |
torchvision==0.20.1
|
|
|
81 |
tqdm==4.67.1
|
|
|
82 |
typer==0.15.1
|
83 |
typing_extensions==4.12.2
|
84 |
tzdata==2025.1
|
85 |
urllib3==2.3.0
|
86 |
uvicorn==0.34.0
|
87 |
wasabi==1.1.3
|
|
|
88 |
weasel==0.4.1
|
89 |
websockets==14.2
|
90 |
wrapt==1.17.2
|
|
|
1 |
aiofiles==23.2.1
|
2 |
annotated-types==0.7.0
|
3 |
anyio==4.8.0
|
4 |
+
appnope==0.1.4
|
5 |
+
asttokens==3.0.0
|
6 |
blis==1.2.0
|
7 |
catalogue==2.0.10
|
8 |
certifi==2025.1.31
|
9 |
charset-normalizer==3.4.1
|
10 |
click==8.1.8
|
11 |
cloudpathlib==0.20.0
|
12 |
+
comm==0.2.2
|
13 |
confection==0.1.5
|
14 |
contourpy==1.3.1
|
15 |
cycler==0.12.1
|
16 |
cymem==2.0.11
|
17 |
+
debugpy==1.8.12
|
18 |
+
decorator==5.1.1
|
19 |
+
executing==2.2.0
|
20 |
fastai==2.7.18
|
21 |
fastapi==0.115.8
|
22 |
fastcore==1.7.29
|
|
|
33 |
httpx==0.28.1
|
34 |
huggingface-hub==0.28.1
|
35 |
idna==3.10
|
36 |
+
ipykernel==6.29.5
|
37 |
+
ipython==8.32.0
|
38 |
+
jedi==0.19.2
|
39 |
Jinja2==3.1.5
|
40 |
joblib==1.4.2
|
41 |
+
jupyter_client==8.6.3
|
42 |
+
jupyter_core==5.7.2
|
43 |
kiwisolver==1.4.8
|
44 |
langcodes==3.5.0
|
45 |
language_data==1.3.0
|
|
|
47 |
markdown-it-py==3.0.0
|
48 |
MarkupSafe==2.1.5
|
49 |
matplotlib==3.10.0
|
50 |
+
matplotlib-inline==0.1.7
|
51 |
mdurl==0.1.2
|
52 |
mpmath==1.3.0
|
53 |
murmurhash==1.0.12
|
54 |
+
nest-asyncio==1.6.0
|
55 |
networkx==3.4.2
|
56 |
numpy==2.2.2
|
57 |
orjson==3.10.15
|
58 |
packaging==24.2
|
59 |
pandas==2.2.3
|
60 |
+
parso==0.8.4
|
61 |
+
pexpect==4.9.0
|
62 |
pillow==11.1.0
|
63 |
+
platformdirs==4.3.6
|
64 |
preshed==3.0.9
|
65 |
+
prompt_toolkit==3.0.50
|
66 |
+
psutil==6.1.1
|
67 |
+
ptyprocess==0.7.0
|
68 |
+
pure_eval==0.2.3
|
69 |
pydantic==2.10.6
|
70 |
pydantic_core==2.27.2
|
71 |
pydub==0.25.1
|
|
|
75 |
python-multipart==0.0.20
|
76 |
pytz==2025.1
|
77 |
PyYAML==6.0.2
|
78 |
+
pyzmq==26.2.1
|
79 |
requests==2.32.3
|
80 |
rich==13.9.4
|
81 |
ruff==0.9.4
|
|
|
92 |
spacy-legacy==3.0.12
|
93 |
spacy-loggers==1.0.5
|
94 |
srsly==2.5.1
|
95 |
+
stack-data==0.6.3
|
96 |
starlette==0.45.3
|
97 |
sympy==1.13.1
|
98 |
thinc==8.3.4
|
|
|
100 |
tomlkit==0.13.2
|
101 |
torch==2.5.1
|
102 |
torchvision==0.20.1
|
103 |
+
tornado==6.4.2
|
104 |
tqdm==4.67.1
|
105 |
+
traitlets==5.14.3
|
106 |
typer==0.15.1
|
107 |
typing_extensions==4.12.2
|
108 |
tzdata==2025.1
|
109 |
urllib3==2.3.0
|
110 |
uvicorn==0.34.0
|
111 |
wasabi==1.1.3
|
112 |
+
wcwidth==0.2.13
|
113 |
weasel==0.4.1
|
114 |
websockets==14.2
|
115 |
wrapt==1.17.2
|