Update requirements.txt
Browse files- requirements.txt +0 -64
requirements.txt
CHANGED
@@ -1,34 +1,6 @@
|
|
1 |
-
absl-py
|
2 |
-
asttokens
|
3 |
-
astunparse
|
4 |
-
blinker
|
5 |
-
certifi
|
6 |
-
charset-normalizer
|
7 |
-
click
|
8 |
-
colorama
|
9 |
-
comm
|
10 |
-
contourpy
|
11 |
-
cycler
|
12 |
-
debugpy
|
13 |
-
decorator
|
14 |
-
et_xmlfile
|
15 |
-
executing
|
16 |
-
filelock
|
17 |
Flask
|
18 |
-
flatbuffers
|
19 |
-
fonttools
|
20 |
-
fsspec
|
21 |
-
gast
|
22 |
-
google-pasta
|
23 |
-
grpcio
|
24 |
huggingface_hub
|
25 |
h5py
|
26 |
-
idna
|
27 |
-
ipykernel
|
28 |
-
ipython
|
29 |
-
itsdangerous
|
30 |
-
jedi
|
31 |
-
Jinja2
|
32 |
joblib
|
33 |
jupyter_client
|
34 |
jupyter_core
|
@@ -36,59 +8,23 @@ keras
|
|
36 |
kiwisolver
|
37 |
libclang
|
38 |
Markdown
|
39 |
-
markdown-it-py
|
40 |
-
MarkupSafe
|
41 |
-
matplotlib
|
42 |
-
matplotlib-inline
|
43 |
-
mdurl
|
44 |
-
ml-dtypes
|
45 |
-
mpmath
|
46 |
-
namex
|
47 |
-
nest-asyncio
|
48 |
-
networkx
|
49 |
-
numpy
|
50 |
-
openpyxl
|
51 |
-
opt_einsum
|
52 |
-
optree
|
53 |
-
packaging
|
54 |
pandas
|
55 |
-
parso
|
56 |
-
patsy
|
57 |
pillow
|
58 |
-
platformdirs
|
59 |
-
prompt_toolkit
|
60 |
-
protobuf
|
61 |
-
psutil
|
62 |
-
pure_eval
|
63 |
-
Pygments
|
64 |
-
pyparsing
|
65 |
python-dateutil
|
66 |
python-dotenv
|
67 |
pytz
|
68 |
pyzmq
|
69 |
requests
|
70 |
-
rich
|
71 |
scikit-learn
|
72 |
scipy
|
73 |
seaborn
|
74 |
setuptools
|
75 |
six
|
76 |
-
stack-data
|
77 |
-
statsmodels
|
78 |
sympy
|
79 |
-
tensorboard
|
80 |
-
tensorboard-data-server
|
81 |
-
tensorflow
|
82 |
-
tensorflow_intel
|
83 |
-
termcolor
|
84 |
-
threadpoolctl
|
85 |
torch
|
86 |
torchaudio
|
87 |
torchvision
|
88 |
-
tornado
|
89 |
-
traitlets
|
90 |
typing_extensions
|
91 |
-
tzdata
|
92 |
urllib3
|
93 |
wcwidth
|
94 |
Werkzeug
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
Flask
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
huggingface_hub
|
3 |
h5py
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
joblib
|
5 |
jupyter_client
|
6 |
jupyter_core
|
|
|
8 |
kiwisolver
|
9 |
libclang
|
10 |
Markdown
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
pandas
|
|
|
|
|
12 |
pillow
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
python-dateutil
|
14 |
python-dotenv
|
15 |
pytz
|
16 |
pyzmq
|
17 |
requests
|
|
|
18 |
scikit-learn
|
19 |
scipy
|
20 |
seaborn
|
21 |
setuptools
|
22 |
six
|
|
|
|
|
23 |
sympy
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
torch
|
25 |
torchaudio
|
26 |
torchvision
|
|
|
|
|
27 |
typing_extensions
|
|
|
28 |
urllib3
|
29 |
wcwidth
|
30 |
Werkzeug
|