diff --git a/README.md b/README.md index 4c9b3cb6..a80fc2fa 100644 --- a/README.md +++ b/README.md @@ -92,3 +92,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). + diff --git a/setup.py b/setup.py index 1f54cf4c..43b8d56d 100644 --- a/setup.py +++ b/setup.py @@ -64,9 +64,10 @@ "pytest~=7.2.1", ], "docs": [ - "numpy>=1.23", + "scikit-learn", + "numpy", "scipy", - "pandas>=1.5", + "pandas", "dominate", "flask", "ipykernel", @@ -79,7 +80,6 @@ "nbconvert", "python-slugify", "spacy", - "watermark", ], }, )