Skip to content

Commit

Permalink
Merge pull request #9 from DataResponsibly/development
Browse files Browse the repository at this point in the history
Release 0.1.1
  • Loading branch information
denysgerasymuk799 committed Feb 6, 2023
2 parents c76981b + 5625068 commit b04cef8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).


6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,10 @@
"pytest~=7.2.1",
],
"docs": [
"numpy>=1.23",
"scikit-learn",
"numpy",
"scipy",
"pandas>=1.5",
"pandas",
"dominate",
"flask",
"ipykernel",
Expand All @@ -79,7 +80,6 @@
"nbconvert",
"python-slugify",
"spacy",
"watermark",
],
},
)

0 comments on commit b04cef8

Please sign in to comment.