File size: 4,268 Bytes
a03b3ba |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 |
# # This file is autogenerated by pip-compile with Python 3.9 # by the following command: # # pip-compile --output-file=requirements.txt requirements.in # altair==4.2.0 # via -r requirements.in anyio==3.6.1 # via # httpcore # starlette asyncio==3.4.3 # via -r requirements.in attrs==21.4.0 # via # jsonschema # pytest backcall==0.2.0 # via ipython # via -r requirements.in boto3==1.26.65 # via -r requirements.in botocore==1.29.87 # via # boto3 # s3transfer certifi==2022.6.15 # via # httpcore # httpx # requests charset-normalizer==2.1.0 # via requests cloudpickle==2.1.0 # via shap decorator==5.1.1 # via ipython entrypoints==0.4 # via altair filelock==3.7.1 # via # huggingface-hub # transformers gradio_pdf==0.0.3 # via -r requirements.in h11==0.12.0 # via httpcore httpcore==0.15.0 # via httpx httpx==0.23.0 # via # -r requirements.in # respx huggingface-hub==0.19.3 # via # -r requirements.in # transformers idna==3.3 # via # anyio # requests # rfc3986 imageio==2.19.5 # via scikit-image iniconfig==1.1.1 # via pytest ipython==7.34.0 # via -r requirements.in jedi==0.18.1 # via ipython jinja2==3.1.2 # via altair jmespath==1.0.1 # via # boto3 # botocore joblib==1.1.0 # via scikit-learn jsonschema==4.7.2 # via altair llvmlite==0.38.1 # via numba markupsafe==2.1.1 # via jinja2 matplotlib-inline==0.1.3 # via ipython networkx==2.6.3 # via scikit-image numba==0.55.2 # via shap numpy==1.21.6 # via # altair # imageio # numba # pandas # pywavelets # scikit-image # scikit-learn # scipy # shap # tifffile # transformers packaging==22.0 # via # huggingface-hub # pytest # scikit-image # shap # transformers pandas==1.5.3 # via # altair # shap # vega-datasets parso==0.8.3 # via jedi pexpect==4.8.0 # via ipython pickleshare==0.7.5 # via ipython pillow==9.2.0 # via # imageio # scikit-image pluggy==1.0.0 # via pytest prompt-toolkit==3.0.30 # via ipython ptyprocess==0.7.0 # via pexpect polars==0.20.5 # via -r requirements.in py==1.11.0 # via pytest pyparsing==3.0.9 # via packaging pyrsistent==0.18.1 # via jsonschema pytest==7.1.2 # via # -r requirements.in # pytest-asyncio # pytest-cov pytest-virtualenv==1.7.0 pytest-asyncio==0.19.0 # via -r requirements.in pytest-cov==3.0.0 # via -r requirements.in python-dateutil==2.8.2 # via # botocore # pandas pyright==1.1.327 pytz==2022.1 # via pandas pywavelets==1.3.0 # via scikit-image pyyaml==6.0 # via # huggingface-hub # transformers regex==2022.7.9 # via transformers requests==2.28.1 # via # huggingface-hub # transformers respx==0.19.2 # via -r requirements.in ruff==0.1.7 # via -r requirements.in rfc3986[idna2008]==1.5.0 # via httpx s3transfer==0.6.0 # via boto3 scikit-image==0.19.3 # via -r requirements.in scikit-learn==1.0.2 # via shap scipy==1.7.3 # via # scikit-image # scikit-learn # shap shap==0.41.0 # via -r requirements.in six==1.16.0 # via python-dateutil slicer==0.0.7 # via shap sniffio==1.2.0 # via # anyio # httpcore # httpx starlette==0.27.0 # via fastapi threadpoolctl==3.1.0 # via scikit-learn tifffile==2021.11.2 # via scikit-image tokenizers==0.12.1 # via transformers tomli==2.0.1 # via # pytest toolz==0.12.0 # via altair torch==1.12.0 # via -r requirements.in tqdm==4.64.0 # via # -r requirements.in # huggingface-hub # shap # transformers traitlets==5.3.0 # via # ipython # matplotlib-inline transformers==4.20.1 # via -r requirements.in urllib3==1.26.10 # via # botocore # requests vega-datasets==0.9.0 # via -r requirements.in wcwidth==0.2.5 # via prompt-toolkit pydantic[email] # The following packages are considered to be unsafe in a requirements file: # setuptools |