From e6d8ca8051726dc39975ac9138b2e395680c9f0c Mon Sep 17 00:00:00 2001 From: "kot.yuhara" Date: Mon, 2 Sep 2019 12:46:17 +0900 Subject: [PATCH 1/4] Collecting Pytorch==0.4.1 (from -r requirements.txt (line 2)) ERROR: Could not find a version that satisfies the requirement Pytorch==0.4.1 (from -r requirements.txt (line 2)) (from versions: 0.1.2, 1.0.2) ERROR: No matching distribution found for Pytorch==0.4.1 (from -r requirements.txt (line 2)) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index adfb309..0569ff7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ LightGBM==2.2.1 -Pytorch==0.4.1 +torch==0.4.1 Sklearn==0.19.2 From c2e1c323a099ba66a71f985d788e01501a1f88ac Mon Sep 17 00:00:00 2001 From: "kot.yuhara" Date: Mon, 2 Sep 2019 12:46:38 +0900 Subject: [PATCH 2/4] Collecting Sklearn==0.19.2 (from -r requirements.txt (line 3)) ERROR: Could not find a version that satisfies the requirement Sklearn==0.19.2 (from -r requirements.txt (line 3)) (from versions: 0.0) ERROR: No matching distribution found for Sklearn==0.19.2 (from -r requirements.txt (line 3)) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0569ff7..70cef2e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ LightGBM==2.2.1 torch==0.4.1 -Sklearn==0.19.2 +scikit-learn==0.19.2 From 597f75fa4d0f32c8402e0847ab2356bf811f10bd Mon Sep 17 00:00:00 2001 From: "kot.yuhara" Date: Mon, 2 Sep 2019 12:47:30 +0900 Subject: [PATCH 3/4] https://github.com/motefly/DeepGBM/issues/3 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 70cef2e..0fac653 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ LightGBM==2.2.1 torch==0.4.1 scikit-learn==0.19.2 +category-encoders \ No newline at end of file From 0288abcefb9526099569f3be18fd5f6e97b007a8 Mon Sep 17 00:00:00 2001 From: "kot.yuhara" Date: Mon, 2 Sep 2019 12:47:52 +0900 Subject: [PATCH 4/4] not in list --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0fac653..ddb4856 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ LightGBM==2.2.1 torch==0.4.1 scikit-learn==0.19.2 -category-encoders \ No newline at end of file +category-encoders +tqdm \ No newline at end of file