Skip to content

Commit

Permalink
remove yajl-py dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dhkim0225 committed Oct 17, 2023
1 parent fd4a7d9 commit c73d46d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cleval/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .torchmetric import CLEvalMetric

__version__ = ["0.1.0"]
__version__ = ["0.1.1"]

__all__ = ["CLEvalMetric"]
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="cleval",
version="0.1.0",
version="0.1.1",
author="dong.hyun",
author_email="[email protected]",
description="cleval",
Expand All @@ -23,11 +23,7 @@
"pprofile",
"numba>=0.58.0",
"six",
"yajl-py",
"cffi",
"plyvel",
"torchmetrics>=1.2.0",
"torch",
"numpy",
],
classifiers=[
Expand Down

0 comments on commit c73d46d

Please sign in to comment.