diff --git a/pyproject.toml b/pyproject.toml index 995f242..0dd65b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = [ build-backend = "hatchling.build" [project] name = "itp_interface" -version = "1.10.0" +version = "1.11.0" authors = [ { name="Amitayush Thakur", email="amitayush@utexas.edu" }, ] @@ -19,28 +19,28 @@ classifiers = [ ] dependencies = [ - "dataclasses-json==0.5.7", - "editdistance==0.8.1", + "dataclasses-json>=0.5.7", + "editdistance>=0.8.1", "numpy>=1.24.0", - "pexpect==4.8.0", - "sexpdata==1.0.0", - "pampy==0.3.0", + "pexpect>=4.8.0", + "sexpdata>=1.0.0", + "pampy>=0.3.0", "ray>=2.50.0; python_version<'3.14'", "pydantic>=2.10.6", "faiss-cpu>=1.6.1", "filelock>=3.12.4", - "regex==2023.10.3", + "regex>=2023.10.3", "tqdm>=4.27", - "wget==3.2", + "wget>=3.2", "hydra-core>=1.0.0", "omegaconf>=2.0.1", - "jsonlines==4.0.0", - "soundfile==0.12.1", - "rank_bm25==0.2.2", - "parglare==0.16.1", + "jsonlines>=4.0.0", + "soundfile>=0.12.1", + "rank_bm25>=0.2.2", + "parglare>=0.16.1", "urllib3>=2.0.7", - "mathlibtools==1.3.2", - "pylspclient==0.0.3", + "mathlibtools>=1.3.2", + "pylspclient>=0.0.3", ] [project.optional-dependencies]