Spaces:
Sleeping
Sleeping
| [tool.poetry] | |
| name = "credit-scoring" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["Adam Dubowski <[email protected]>"] | |
| readme = "README.md" | |
| [tool.poetry.dependencies] | |
| python = ">=3.8, !=3.9.7, <3.11" # Required to avoid conflicts with numpy, scipy and streamlit | |
| scikit-learn = "1.3.0" | |
| shap = "0.42.0" | |
| dill = "0.3.6" | |
| matplotlib = "3.7.0" | |
| boto3 = "1.28.0" | |
| joblib = "1.3.2" | |
| scipy = "1.10.1" | |
| plotly = "5.18.0" | |
| watchdog = "3.0.0" | |
| streamlit = "1.29.0" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |