Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +89 -0
requirements.txt
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate==0.29.2
|
2 |
+
albumentations==1.4.3
|
3 |
+
altair==5.3.0
|
4 |
+
attrs==23.2.0
|
5 |
+
beautifulsoup4==4.12.3
|
6 |
+
bitsandbytes==0.43.1
|
7 |
+
blinker==1.7.0
|
8 |
+
cachetools==5.3.3
|
9 |
+
certifi==2024.2.2
|
10 |
+
charset-normalizer==2.0.4
|
11 |
+
click==8.1.7
|
12 |
+
colorama==0.4.6
|
13 |
+
contourpy==1.2.1
|
14 |
+
cycler==0.12.1
|
15 |
+
filelock==3.13.1
|
16 |
+
fonttools==4.50.0
|
17 |
+
fsspec==2024.3.1
|
18 |
+
gitdb==4.0.11
|
19 |
+
GitPython==3.1.43
|
20 |
+
gmpy2==2.1.2
|
21 |
+
huggingface-hub==0.22.2
|
22 |
+
idna==3.4
|
23 |
+
imageio==2.34.0
|
24 |
+
importlib_resources==6.4.0
|
25 |
+
Jinja2==3.1.3
|
26 |
+
joblib==1.3.2
|
27 |
+
jsonschema==4.21.1
|
28 |
+
jsonschema-specifications==2023.12.1
|
29 |
+
kiwisolver==1.4.5
|
30 |
+
lazy_loader==0.4
|
31 |
+
markdown-it-py==3.0.0
|
32 |
+
MarkupSafe==2.1.3
|
33 |
+
matplotlib==3.8.4
|
34 |
+
mdurl==0.1.2
|
35 |
+
mkl-fft==1.3.8
|
36 |
+
mkl-random==1.2.4
|
37 |
+
mkl-service==2.4.0
|
38 |
+
mpmath==1.3.0
|
39 |
+
networkx==3.1
|
40 |
+
nltk==3.8.1
|
41 |
+
numpy==1.26.4
|
42 |
+
opencv-python-headless==4.9.0.80
|
43 |
+
packaging==24.0
|
44 |
+
pandas==2.2.2
|
45 |
+
pillow==10.2.0
|
46 |
+
pip==23.3.1
|
47 |
+
protobuf==4.25.3
|
48 |
+
psutil==5.9.8
|
49 |
+
pyarrow==16.0.0
|
50 |
+
pydeck==0.8.1b0
|
51 |
+
Pygments==2.17.2
|
52 |
+
pyparsing==3.1.2
|
53 |
+
python-dateutil==2.9.0.post0
|
54 |
+
pytz==2024.1
|
55 |
+
PyYAML==6.0.1
|
56 |
+
referencing==0.34.0
|
57 |
+
regex==2024.4.16
|
58 |
+
requests==2.31.0
|
59 |
+
rich==13.7.1
|
60 |
+
rpds-py==0.18.0
|
61 |
+
safetensors==0.4.3
|
62 |
+
scikit-image==0.22.0
|
63 |
+
scikit-learn==1.4.1.post1
|
64 |
+
scipy==1.13.0
|
65 |
+
sentence-transformers==2.7.0
|
66 |
+
setuptools==68.2.2
|
67 |
+
six==1.16.0
|
68 |
+
smmap==5.0.1
|
69 |
+
soupsieve==2.5
|
70 |
+
streamlit==1.33.0
|
71 |
+
sympy==1.12
|
72 |
+
tenacity==8.2.3
|
73 |
+
threadpoolctl==3.4.0
|
74 |
+
tifffile==2024.2.12
|
75 |
+
tokenizers==0.15.2
|
76 |
+
toml==0.10.2
|
77 |
+
toolz==0.12.1
|
78 |
+
torch==2.2.2
|
79 |
+
torchaudio==2.2.2
|
80 |
+
torchvision==0.17.2
|
81 |
+
tornado==6.4
|
82 |
+
tqdm==4.66.2
|
83 |
+
transformers==4.39.3
|
84 |
+
typing_extensions==4.9.0
|
85 |
+
tzdata==2024.1
|
86 |
+
urllib3==2.1.0
|
87 |
+
watchdog==4.0.0
|
88 |
+
wheel==0.41.2
|
89 |
+
zipp==3.18.1
|