fthor commited on
Commit
c2defa7
·
1 Parent(s): a76b117

added scipy

Browse files
Files changed (1) hide show
  1. requirements.txt +76 -1
requirements.txt CHANGED
@@ -3,18 +3,35 @@ aiofiles==23.2.1
3
  altair==5.2.0
4
  annotated-types==0.6.0
5
  anyio==3.7.1
 
 
 
 
 
 
6
  attrs==23.1.0
 
 
7
  bitsandbytes==0.41.3.post2
 
8
  certifi==2023.11.17
 
9
  charset-normalizer==3.3.2
10
  click==8.1.7
11
  colorama==0.4.6
 
12
  contourpy==1.2.0
13
  cycler==0.12.1
 
 
 
 
14
  fastapi==0.105.0
 
15
  ffmpy==0.3.1
16
  filelock==3.13.1
17
  fonttools==4.46.0
 
18
  fsspec==2023.12.2
19
  gradio==4.10.0
20
  gradio_client==0.7.3
@@ -24,54 +41,112 @@ httpx==0.25.2
24
  huggingface-hub==0.19.4
25
  idna==3.6
26
  importlib-resources==6.1.1
 
 
 
 
 
27
  Jinja2==3.1.2
 
 
28
  jsonschema==4.20.0
29
  jsonschema-specifications==2023.11.2
 
 
 
 
 
 
 
 
 
 
 
 
30
  kiwisolver==1.4.5
31
  markdown-it-py==3.0.0
32
  MarkupSafe==2.1.3
33
  matplotlib==3.8.2
 
34
  mdurl==0.1.2
 
35
  mpmath==1.3.0
 
 
 
 
36
  networkx==3.2.1
 
 
37
  numpy==1.26.2
38
  orjson==3.9.10
 
39
  packaging==23.2
40
  pandas==2.1.4
 
 
 
41
  Pillow==10.1.0
 
 
 
42
  psutil==5.9.6
 
 
 
43
  pydantic==2.5.2
44
  pydantic_core==2.14.5
45
  pydub==0.25.1
46
  Pygments==2.17.2
47
  pyparsing==3.1.1
48
  python-dateutil==2.8.2
 
49
  python-multipart==0.0.6
50
  pytz==2023.3.post1
51
  PyYAML==6.0.1
 
 
 
52
  referencing==0.32.0
53
  regex==2023.10.3
54
  requests==2.31.0
 
 
55
  rich==13.7.0
56
  rpds-py==0.13.2
57
  safetensors==0.4.1
 
58
  semantic-version==2.10.0
 
59
  shellingham==1.5.4
60
  six==1.16.0
61
  sniffio==1.3.0
 
 
62
  starlette==0.27.0
63
  sympy==1.12
 
 
64
  tokenizers==0.15.0
65
  tomlkit==0.12.0
66
  toolz==0.12.0
67
  torch==2.1.2
68
  torchaudio==2.1.2
69
  torchvision==0.16.2
 
70
  tqdm==4.66.1
71
- transformers==4.36.1
 
72
  typer==0.9.0
 
73
  typing_extensions==4.9.0
74
  tzdata==2023.3
 
75
  urllib3==2.1.0
76
  uvicorn==0.24.0.post1
 
 
 
 
77
  websockets==11.0.3
 
 
3
  altair==5.2.0
4
  annotated-types==0.6.0
5
  anyio==3.7.1
6
+ appnope==0.1.3
7
+ argon2-cffi==23.1.0
8
+ argon2-cffi-bindings==21.2.0
9
+ arrow==1.3.0
10
+ asttokens==2.4.1
11
+ async-lru==2.0.4
12
  attrs==23.1.0
13
+ Babel==2.14.0
14
+ beautifulsoup4==4.12.2
15
  bitsandbytes==0.41.3.post2
16
+ bleach==6.1.0
17
  certifi==2023.11.17
18
+ cffi==1.16.0
19
  charset-normalizer==3.3.2
20
  click==8.1.7
21
  colorama==0.4.6
22
+ comm==0.2.0
23
  contourpy==1.2.0
24
  cycler==0.12.1
25
+ debugpy==1.8.0
26
+ decorator==5.1.1
27
+ defusedxml==0.7.1
28
+ executing==2.0.1
29
  fastapi==0.105.0
30
+ fastjsonschema==2.19.0
31
  ffmpy==0.3.1
32
  filelock==3.13.1
33
  fonttools==4.46.0
34
+ fqdn==1.5.1
35
  fsspec==2023.12.2
36
  gradio==4.10.0
37
  gradio_client==0.7.3
 
41
  huggingface-hub==0.19.4
42
  idna==3.6
43
  importlib-resources==6.1.1
44
+ ipykernel==6.27.1
45
+ ipython==8.18.1
46
+ ipywidgets==8.1.1
47
+ isoduration==20.11.0
48
+ jedi==0.19.1
49
  Jinja2==3.1.2
50
+ json5==0.9.14
51
+ jsonpointer==2.4
52
  jsonschema==4.20.0
53
  jsonschema-specifications==2023.11.2
54
+ jupyter==1.0.0
55
+ jupyter-console==6.6.3
56
+ jupyter-events==0.9.0
57
+ jupyter-lsp==2.2.1
58
+ jupyter_client==8.6.0
59
+ jupyter_core==5.5.1
60
+ jupyter_server==2.12.1
61
+ jupyter_server_terminals==0.5.0
62
+ jupyterlab==4.0.9
63
+ jupyterlab-widgets==3.0.9
64
+ jupyterlab_pygments==0.3.0
65
+ jupyterlab_server==2.25.2
66
  kiwisolver==1.4.5
67
  markdown-it-py==3.0.0
68
  MarkupSafe==2.1.3
69
  matplotlib==3.8.2
70
+ matplotlib-inline==0.1.6
71
  mdurl==0.1.2
72
+ mistune==3.0.2
73
  mpmath==1.3.0
74
+ nbclient==0.9.0
75
+ nbconvert==7.13.0
76
+ nbformat==5.9.2
77
+ nest-asyncio==1.5.8
78
  networkx==3.2.1
79
+ notebook==7.0.6
80
+ notebook_shim==0.2.3
81
  numpy==1.26.2
82
  orjson==3.9.10
83
+ overrides==7.4.0
84
  packaging==23.2
85
  pandas==2.1.4
86
+ pandocfilters==1.5.0
87
+ parso==0.8.3
88
+ pexpect==4.9.0
89
  Pillow==10.1.0
90
+ platformdirs==4.1.0
91
+ prometheus-client==0.19.0
92
+ prompt-toolkit==3.0.43
93
  psutil==5.9.6
94
+ ptyprocess==0.7.0
95
+ pure-eval==0.2.2
96
+ pycparser==2.21
97
  pydantic==2.5.2
98
  pydantic_core==2.14.5
99
  pydub==0.25.1
100
  Pygments==2.17.2
101
  pyparsing==3.1.1
102
  python-dateutil==2.8.2
103
+ python-json-logger==2.0.7
104
  python-multipart==0.0.6
105
  pytz==2023.3.post1
106
  PyYAML==6.0.1
107
+ pyzmq==25.1.2
108
+ qtconsole==5.5.1
109
+ QtPy==2.4.1
110
  referencing==0.32.0
111
  regex==2023.10.3
112
  requests==2.31.0
113
+ rfc3339-validator==0.1.4
114
+ rfc3986-validator==0.1.1
115
  rich==13.7.0
116
  rpds-py==0.13.2
117
  safetensors==0.4.1
118
+ scipy==1.11.4
119
  semantic-version==2.10.0
120
+ Send2Trash==1.8.2
121
  shellingham==1.5.4
122
  six==1.16.0
123
  sniffio==1.3.0
124
+ soupsieve==2.5
125
+ stack-data==0.6.3
126
  starlette==0.27.0
127
  sympy==1.12
128
+ terminado==0.18.0
129
+ tinycss2==1.2.1
130
  tokenizers==0.15.0
131
  tomlkit==0.12.0
132
  toolz==0.12.0
133
  torch==2.1.2
134
  torchaudio==2.1.2
135
  torchvision==0.16.2
136
+ tornado==6.4
137
  tqdm==4.66.1
138
+ traitlets==5.14.0
139
+ transformers @ file:///Users/francois/Documents/dev/mauriceGradio/transformers
140
  typer==0.9.0
141
+ types-python-dateutil==2.8.19.14
142
  typing_extensions==4.9.0
143
  tzdata==2023.3
144
+ uri-template==1.3.0
145
  urllib3==2.1.0
146
  uvicorn==0.24.0.post1
147
+ wcwidth==0.2.12
148
+ webcolors==1.13
149
+ webencodings==0.5.1
150
+ websocket-client==1.7.0
151
  websockets==11.0.3
152
+ widgetsnbextension==4.0.9