Spaces:
Running
Running
Commit
·
f6f5edb
1
Parent(s):
e967b25
Cleanup dependencies
Browse files- poetry.lock +0 -0
- pyproject.toml +0 -23
- requirements.txt +1 -11
poetry.lock
DELETED
The diff for this file is too large to render.
See raw diff
|
|
pyproject.toml
DELETED
@@ -1,23 +0,0 @@
|
|
1 |
-
[tool.poetry]
|
2 |
-
name = "credit-scoring"
|
3 |
-
version = "0.1.0"
|
4 |
-
description = ""
|
5 |
-
authors = ["Adam Dubowski <[email protected]>"]
|
6 |
-
readme = "README.md"
|
7 |
-
|
8 |
-
[tool.poetry.dependencies]
|
9 |
-
python = ">=3.8, !=3.9.7, <3.11" # Required to avoid conflicts with numpy, scipy and streamlit
|
10 |
-
scikit-learn = "1.3.0"
|
11 |
-
shap = "0.42.0"
|
12 |
-
dill = "0.3.6"
|
13 |
-
matplotlib = "3.7.0"
|
14 |
-
boto3 = "1.28.0"
|
15 |
-
joblib = "1.3.2"
|
16 |
-
scipy = "1.10.1"
|
17 |
-
plotly = "5.18.0"
|
18 |
-
watchdog = "3.0.0"
|
19 |
-
streamlit = "1.29.0"
|
20 |
-
|
21 |
-
[build-system]
|
22 |
-
requires = ["poetry-core"]
|
23 |
-
build-backend = "poetry.core.masonry.api"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
CHANGED
@@ -1,12 +1,2 @@
|
|
1 |
-
|
2 |
-
shap==0.42.0
|
3 |
-
dill==0.3.6
|
4 |
-
matplotlib==3.7.0
|
5 |
-
boto3==1.28.0
|
6 |
-
joblib==1.3.2
|
7 |
streamlit==1.29.0
|
8 |
-
scipy==1.10.1
|
9 |
-
shap==0.42.0
|
10 |
-
plotly==5.18.0
|
11 |
-
watchdog==3.0.0
|
12 |
-
deeploy==1.2.1
|
|
|
1 |
+
deeploy==1.2.1
|
|
|
|
|
|
|
|
|
|
|
2 |
streamlit==1.29.0
|
|
|
|
|
|
|
|
|
|