Skip to content

Commit

Permalink
Update setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelnlp committed Jun 26, 2023
1 parent 4fbf4a6 commit 7abc285
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"captum>=0.3",
"datasets>=1.5",
jsonnet,
"numpy>=1.20",
"numpy>=1.22",
"overrides",
"pandas",
"protobuf",
Expand All @@ -28,7 +28,7 @@

setup(
name="thermostat-datasets",
version="1.0.2.1", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
version="1.1.0", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
description="Collection of NLP model explanations and accompanying analysis tools",
long_description="Thermostat is a large collection of NLP model explanations and accompanying analysis tools. "
"Combines explainability methods from the captum library with Hugging Face's datasets and "
Expand Down

0 comments on commit 7abc285

Please sign in to comment.