diff --git a/pyproject.toml b/pyproject.toml index 49326ad..34f0ec9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = [ build-backend = "hatchling.build" [project] name = "proof-wala" -version = "1.1.3" +version = "1.1.4" authors = [ { name="Amitayush Thakur", email="amitayush@utexas.edu" }, ] @@ -19,7 +19,7 @@ classifiers = [ ] dependencies = [ - "itp-interface==1.1.2", + "itp-interface==1.1.4", "filelock==3.12.4", "accelerate==1.3.0", "bitsandbytes==0.41.1",