Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -16,6 +16,7 @@ fair-esm==2.0.0
|
|
| 16 |
statsmodels==0.14.2
|
| 17 |
gradio==4.21.0
|
| 18 |
openpyxl==3.1.5
|
|
|
|
| 19 |
black==24.4.2
|
| 20 |
ruff==0.4.1
|
| 21 |
mypy==1.9.0
|
|
|
|
| 16 |
statsmodels==0.14.2
|
| 17 |
gradio==4.21.0
|
| 18 |
openpyxl==3.1.5
|
| 19 |
+
importlib-resources==6.4.5
|
| 20 |
black==24.4.2
|
| 21 |
ruff==0.4.1
|
| 22 |
mypy==1.9.0
|