Spaces:
Running
Running
Dan Biagini
commited on
Commit
·
624b55e
1
Parent(s):
e02b873
adding fastai
Browse files- requirements.txt +50 -1
requirements.txt
CHANGED
@@ -1,42 +1,91 @@
|
|
1 |
altair==5.4.1
|
|
|
2 |
attrs==24.2.0
|
3 |
blinker==1.8.2
|
|
|
4 |
cachetools==5.5.0
|
|
|
5 |
certifi==2024.8.30
|
6 |
charset-normalizer==3.3.2
|
7 |
click==8.1.7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
gitdb==4.0.11
|
9 |
GitPython==3.1.43
|
|
|
10 |
idna==3.8
|
11 |
Jinja2==3.1.4
|
|
|
12 |
jsonschema==4.23.0
|
13 |
jsonschema-specifications==2023.12.1
|
|
|
|
|
|
|
|
|
14 |
markdown-it-py==3.0.0
|
15 |
MarkupSafe==2.1.5
|
|
|
16 |
mdurl==0.1.2
|
|
|
|
|
17 |
narwhals==1.6.0
|
18 |
-
|
|
|
19 |
packaging==24.1
|
20 |
pandas==2.2.2
|
21 |
pillow==10.4.0
|
|
|
22 |
protobuf==5.28.0
|
23 |
pyarrow==17.0.0
|
|
|
|
|
24 |
pydeck==0.9.1
|
25 |
Pygments==2.18.0
|
|
|
26 |
python-dateutil==2.9.0.post0
|
27 |
pytz==2024.1
|
|
|
28 |
referencing==0.35.1
|
29 |
requests==2.32.3
|
30 |
rich==13.8.0
|
31 |
rpds-py==0.20.0
|
|
|
|
|
|
|
32 |
six==1.16.0
|
|
|
33 |
smmap==5.0.1
|
|
|
|
|
|
|
|
|
34 |
streamlit==1.38.0
|
35 |
streamlit-image-select==0.6.0
|
|
|
36 |
tenacity==8.5.0
|
|
|
|
|
37 |
toml==0.10.2
|
|
|
|
|
|
|
38 |
tornado==6.4.1
|
|
|
|
|
39 |
typing_extensions==4.12.2
|
40 |
tzdata==2024.1
|
41 |
urllib3==2.2.2
|
|
|
42 |
watchdog==4.0.2
|
|
|
|
|
|
1 |
altair==5.4.1
|
2 |
+
annotated-types==0.7.0
|
3 |
attrs==24.2.0
|
4 |
blinker==1.8.2
|
5 |
+
blis==0.7.11
|
6 |
cachetools==5.5.0
|
7 |
+
catalogue==2.0.10
|
8 |
certifi==2024.8.30
|
9 |
charset-normalizer==3.3.2
|
10 |
click==8.1.7
|
11 |
+
cloudpathlib==0.19.0
|
12 |
+
confection==0.1.5
|
13 |
+
contourpy==1.3.0
|
14 |
+
cycler==0.12.1
|
15 |
+
cymem==2.0.8
|
16 |
+
fastai==2.7.17
|
17 |
+
fastcore==1.7.4
|
18 |
+
fastdownload==0.0.7
|
19 |
+
fastprogress==1.0.3
|
20 |
+
filelock==3.13.1
|
21 |
+
fonttools==4.53.1
|
22 |
+
fsspec==2024.2.0
|
23 |
gitdb==4.0.11
|
24 |
GitPython==3.1.43
|
25 |
+
huggingface-hub==0.24.6
|
26 |
idna==3.8
|
27 |
Jinja2==3.1.4
|
28 |
+
joblib==1.4.2
|
29 |
jsonschema==4.23.0
|
30 |
jsonschema-specifications==2023.12.1
|
31 |
+
kiwisolver==1.4.7
|
32 |
+
langcodes==3.4.0
|
33 |
+
language_data==1.2.0
|
34 |
+
marisa-trie==1.2.0
|
35 |
markdown-it-py==3.0.0
|
36 |
MarkupSafe==2.1.5
|
37 |
+
matplotlib==3.9.2
|
38 |
mdurl==0.1.2
|
39 |
+
mpmath==1.3.0
|
40 |
+
murmurhash==1.0.10
|
41 |
narwhals==1.6.0
|
42 |
+
networkx==3.2.1
|
43 |
+
numpy==1.26.4
|
44 |
packaging==24.1
|
45 |
pandas==2.2.2
|
46 |
pillow==10.4.0
|
47 |
+
preshed==3.0.9
|
48 |
protobuf==5.28.0
|
49 |
pyarrow==17.0.0
|
50 |
+
pydantic==2.9.0
|
51 |
+
pydantic_core==2.23.2
|
52 |
pydeck==0.9.1
|
53 |
Pygments==2.18.0
|
54 |
+
pyparsing==3.1.4
|
55 |
python-dateutil==2.9.0.post0
|
56 |
pytz==2024.1
|
57 |
+
PyYAML==6.0.2
|
58 |
referencing==0.35.1
|
59 |
requests==2.32.3
|
60 |
rich==13.8.0
|
61 |
rpds-py==0.20.0
|
62 |
+
scikit-learn==1.5.1
|
63 |
+
scipy==1.14.1
|
64 |
+
shellingham==1.5.4
|
65 |
six==1.16.0
|
66 |
+
smart-open==7.0.4
|
67 |
smmap==5.0.1
|
68 |
+
spacy==3.7.6
|
69 |
+
spacy-legacy==3.0.12
|
70 |
+
spacy-loggers==1.0.5
|
71 |
+
srsly==2.4.8
|
72 |
streamlit==1.38.0
|
73 |
streamlit-image-select==0.6.0
|
74 |
+
sympy==1.12
|
75 |
tenacity==8.5.0
|
76 |
+
thinc==8.2.5
|
77 |
+
threadpoolctl==3.5.0
|
78 |
toml==0.10.2
|
79 |
+
torch==2.4.1+cpu
|
80 |
+
torchaudio==2.4.1+cpu
|
81 |
+
torchvision==0.19.1+cpu
|
82 |
tornado==6.4.1
|
83 |
+
tqdm==4.66.5
|
84 |
+
typer==0.12.5
|
85 |
typing_extensions==4.12.2
|
86 |
tzdata==2024.1
|
87 |
urllib3==2.2.2
|
88 |
+
wasabi==1.1.3
|
89 |
watchdog==4.0.2
|
90 |
+
weasel==0.4.1
|
91 |
+
wrapt==1.16.0
|