Skip to content

Commit

Permalink
Fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
emeli-dral committed Aug 2, 2021
1 parent 5161a68 commit 45b722c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion evidently/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# coding: utf-8

version_info = (0, 1, 21, 'dev0')
version_info = (0, 1, 22, 'dev0')
__version__ = ".".join(map(str, version_info))
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@
"plotly",
"scipy",
"pyyaml",
"scikit-learn>=0.22.1"
"scikit-learn>=0.22.1",
"requests"
],
entry_points={
},
Expand Down

0 comments on commit 45b722c

Please sign in to comment.