From 50b8f69ce7aa7bb051c7f7b6daa7b05013913f7e Mon Sep 17 00:00:00 2001 From: Denys Herasymuk Date: Mon, 6 Feb 2023 01:59:10 +0200 Subject: [PATCH 1/6] Release 0.1.1 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4c9b3cb6..24de92ae 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Virny Software Library +

From 8cc0d9a308e522d721aa5e59f9aeead637d0f2d6 Mon Sep 17 00:00:00 2001 From: Denys Herasymuk Date: Mon, 6 Feb 2023 02:01:02 +0200 Subject: [PATCH 2/6] Release 0.1.1 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 24de92ae..d3a41df1 100644 --- a/README.md +++ b/README.md @@ -93,3 +93,4 @@ pip install virny **Virny** is free and open-source software licensed under the [3-clause BSD license](https://github.com/DataResponsibly/Virny/blob/main/LICENSE). + From f8a47d4ef1af4d29c032779551983d1932b7dce7 Mon Sep 17 00:00:00 2001 From: Denys Herasymuk Date: Mon, 6 Feb 2023 02:03:14 +0200 Subject: [PATCH 3/6] Release 0.1.1 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d3a41df1..a80fc2fa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Virny Software Library -

From ae35c0abfbfeef8be694a21cbb1da1417a59f0ba Mon Sep 17 00:00:00 2001 From: Denys Herasymuk Date: Mon, 6 Feb 2023 02:04:33 +0200 Subject: [PATCH 4/6] Release 0.1.1 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1f54cf4c..c53a5099 100644 --- a/setup.py +++ b/setup.py @@ -64,9 +64,9 @@ "pytest~=7.2.1", ], "docs": [ - "numpy>=1.23", + "numpy", "scipy", - "pandas>=1.5", + "pandas", "dominate", "flask", "ipykernel", From 4831949b3084b6d57cc454c3997cdc5ddff535a6 Mon Sep 17 00:00:00 2001 From: Denys Herasymuk Date: Mon, 6 Feb 2023 02:06:57 +0200 Subject: [PATCH 5/6] Release 0.1.1 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c53a5099..d8319392 100644 --- a/setup.py +++ b/setup.py @@ -64,6 +64,7 @@ "pytest~=7.2.1", ], "docs": [ + "scikit-learn", "numpy", "scipy", "pandas", From 56250683b3261a0b27621ba3f0609b307043d202 Mon Sep 17 00:00:00 2001 From: Denys Herasymuk Date: Mon, 6 Feb 2023 02:10:05 +0200 Subject: [PATCH 6/6] Release 0.1.1 --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index d8319392..43b8d56d 100644 --- a/setup.py +++ b/setup.py @@ -80,7 +80,6 @@ "nbconvert", "python-slugify", "spacy", - "watermark", ], }, )