Skip to content

Commit

Permalink
Remove spurious dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
qubixes committed May 18, 2020
1 parent dc7b3d4 commit 3130105
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asreviewcontrib/statistics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
from asreviewcontrib.statistics.statistics import DataStatistics
from asreviewcontrib.statistics.entrypoint import StatEntryPoint

__version__ = "0.3.1"
__version__ = "0.3.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
keywords='asreview statistics',
packages=find_namespace_packages(include=['asreviewcontrib.*']),
install_requires=[
"asreview>=0.7", "pprint"
"asreview>=0.7"
],

extras_require={
Expand Down

0 comments on commit 3130105

Please sign in to comment.