We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c76981b + 5625068 commit b04cef8Copy full SHA for b04cef8
README.md
@@ -92,3 +92,4 @@ pip install virny
92
93
**Virny** is free and open-source software licensed under the [3-clause BSD license](https://github.com/DataResponsibly/Virny/blob/main/LICENSE).
94
95
+
setup.py
@@ -64,9 +64,10 @@
64
"pytest~=7.2.1",
65
],
66
"docs": [
67
- "numpy>=1.23",
+ "scikit-learn",
68
+ "numpy",
69
"scipy",
- "pandas>=1.5",
70
+ "pandas",
71
"dominate",
72
"flask",
73
"ipykernel",
@@ -79,7 +80,6 @@
79
80
"nbconvert",
81
"python-slugify",
82
"spacy",
- "watermark",
83
84
},
85
)
0 commit comments