Skip to content

Commit b04cef8

Browse files
Merge pull request #9 from DataResponsibly/development
Release 0.1.1
2 parents c76981b + 5625068 commit b04cef8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,4 @@ pip install virny
9292

9393
**Virny** is free and open-source software licensed under the [3-clause BSD license](https://github.com/DataResponsibly/Virny/blob/main/LICENSE).
9494

95+

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,10 @@
6464
"pytest~=7.2.1",
6565
],
6666
"docs": [
67-
"numpy>=1.23",
67+
"scikit-learn",
68+
"numpy",
6869
"scipy",
69-
"pandas>=1.5",
70+
"pandas",
7071
"dominate",
7172
"flask",
7273
"ipykernel",
@@ -79,7 +80,6 @@
7980
"nbconvert",
8081
"python-slugify",
8182
"spacy",
82-
"watermark",
8383
],
8484
},
8585
)

0 commit comments

Comments
 (0)